[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'EditBtn' (#lcl)

TDateEdit.GetDefaultGlyphName

Gets the name of the default glyph resource used for the Button on the control.

Declaration

Source position: editbtn.pas line 623

protected function TDateEdit.GetDefaultGlyphName: string; override;

Function result

Default resource name for the glyph image on the control.

Description

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 TDateEdit, the return value is set to the ResBtnCalendar constant.

See also

TCalcEdit

  

Implements an numeric edit control with a button to display a calculator dialog.

ResBtnCalendar

  

Resource name for the default glyph used on the Button in TDateEdit.

TCustomEditButton.GetDefaultGlyphName

  

Gets the name of the default glyph resource used for the Button on the control.

TButtonGlyph.LCLGlyphName

  

Stores the standard LCL resource name used for the Glyph in the class instance.


Version 4.0 Generated 2025-05-03 Home