JVCL Help:TJvCursorImage.Assign

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Copies the content of another object into this object.


Pascal

 procedureAssign(Source: TPersistent); override;


Parameters

Parameters Description
Source: TPersistent The object to copy from.


Description

Assign copies the content of another image object into the internal image object. TJvCursorImage supports the following Source parameters:

Parameter type Description
nil Clears the image.
TJvCursorImage Copies another cursor image into the internal image.
TIcon Copies the image from a TIcon into the internal image.
TBitmap Copies the image from a TBitmap into the internal image.


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page