[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Determines if an image is available for the button glyph.
Source position: buttons.pp line 115
protected function TButtonGlyph.CanShowGlyph: Boolean; |
True when a glyph image is available.
CanShowGlyph is a Boolean function used to determine if an image is available for the button glyph. The return value is True when an image has been specified using one of the following mechanisms (in the order of precedence):
|
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, |
|
|
Stores the standard LCL resource name used for the Glyph in the class instance. |
Version 4.0 | Generated 2025-05-03 | Home |