[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Indicates if the glyph image can be drawn for the button glyph.
Source position: buttons.pp line 114
protected function TButtonGlyph.CanShow: Boolean; |
True when the glyph can be displayed on the button.
CanShow is a Boolean function which indicates if the glyph can be drawn for the button glyph. The return value is determined by examining the value in the ShowMode property. Values in the TGlyphShowMode enumeration determine the return value using the following logic:
Remark: | The return value is always True at design-time. |
Use CanShowGlyph to determine if an image is available to be drawn on the button.
|
Indicates the logic used to display the Glyph image for the class instance. |
|
|
Determines if an image is available for the button glyph. |
Version 4.0 | Generated 2025-05-03 | Home |