RAD Studio VCL Reference
|
TIconImage is the internal representation of the bitmap image for a TIcon object.
TIconImage = class(TSharedImage);
class TIconImage : public TSharedImage;
Graphics
TIconImage is used for internal implementation only. It represents the internal image of the bitmap encapsulated by the TIcon object. All of the data and methods introduced in TIconImage are private. They contain information about the specific icon resource, including pointers to the standard HICON structures defined by Windows. TIconImage is referenced in the constructor of the TIcon object when the icon image is created.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|