[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Stores the standard LCL resource name used for the Glyph in the class instance.
Source position: buttons.pp line 139
public property TButtonGlyph.LCLGlyphName : string |
LCLGlyphName is a String property used to store the name for the LCL resource used as the Glyph for the class instance. Changing the value in LCLGlyphName causes existing entries in Images and ExternalImages to be removed, and the OnChange event handler to be signalled. The Image lists are not modified when the property is set to an empty string ('').
LCLGlyphName normally contains a value like those in BitBtnResNames, and represents a standard resource name used in the LCL.
|
The bitmap image drawn as the glyph on the button. |
|
|
The list of available images for the button glyph. |
|
|
Contains a reference to an external list of images that can be used as the Glyph image, |
|
|
Ordinal position for the bitmap in ExternalImages displayed when the button is Up (not pressed). |
|
|
Width for the images in the ExternalImages property. |
|
|
Event handler signalled when the bitmap in Glyph has been changed. |
|
|
Contains resource names for corresponding button identifiers in TBitBtn. |
Version 4.0 | Generated 2025-05-03 | Home |