[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Indicates if the Glyph for the button can be displayed.
Source position: buttons.pp line 214
public function TCustomBitBtn.CanShowGlyph( |
const AWithShowMode: Boolean = False |
):Boolean; |
AWithShowMode |
|
Indicates if the ShowMode for the glyph is examined in the method. |
True when the Glyph image can be displayed for the control.
CanShowGlyph is a Boolean function which indicates if the Glyph for the button can be displayed. The return value contains the result from the CanShowGlyph method in the internal TButtonGlyph member.
AWithShowMode indicates whether the ShowMode property for the button glyph is examined in the method by calling the CanShow method in TButtonGlyph.
|
The bitmap image drawn as the glyph on the button. |
|
|
Determines if an image is available for the button glyph. |
|
|
Indicates if the glyph image can be drawn for the button glyph. |
|
|
Indicates the logic used to display the Glyph image for the class instance. |
Version 4.0 | Generated 2025-05-03 | Home |