[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The list of available images for the button glyph.
Source position: buttons.pp line 134
public property TButtonGlyph.Images : TCustomImageList |
Images is a read-only TCustomImageList property which contains the images available for the Glyph in the class instance.
Images is used in conjunction with the ExternalImages and LCLGlyphName properties. ExternalImages (when assigned) is used as the source for the Images in the class instance. The images with the resolution needed for the display density (PPI) are scaled to the ExternalImageWidth and stored in Images. LCLGlyphName (when assigned) is used to retrieve a resource in LCLGlyphs when ExternalImages are unassigned. Otherwise, existing items in Images are used.
See TButtonGlyph.GetImageIndexAndEffect for more information about image retrieval for the button glyph.
|
Stores the standard LCL resource name used for the Glyph in the class instance. |
|
|
Contains a reference to an existing list of images available for use in the Glyph property. |
|
|
Ordinal position in the external image list for the glyph image. |
|
|
Width of an image in the external image list. |
|
|
Gets the index for a button image using a given state, and the effect used to draw it. |