[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Gets the name of the default glyph resource used for the Button on the control.
Source position: editbtn.pas line 495
protected function TDirectoryEdit.GetDefaultGlyphName: string; override; |
Default resource name for the glyph used on the button in the control.
GetDefaultGlyphName is an overridden String function used to get the default resource name with the glyph image for the Button on the control. It is used in the LoadDefaultGlyph method to assign the LCLGlyphName for the TButtonGlyph instance used in the control.
In TDirectoryEdit, the return value is set to the ResBtnSelDir constant.
|
Implements an numeric edit control with a button to display a calculator dialog. |
|
|
Resource name for the default glyph used on the Button in TDirectoryEdit. |
|
|
Stores the standard LCL resource name used for the Glyph in the class instance. |
Version 4.0 | Generated 2025-05-03 | Home |