[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Gets the value for the DisplayName property.
Source position: dialogs.pp line 625
protected function TTaskDialogBaseButtonItem.GetDisplayName: TTranslateString; override; |
Value for the DisplayName property.
GetDisplayName is an overridden method used to get the value for the DisplayName property. In TTaskDialogBaseButtonItem, the value in Caption is used (when assigned) for the property value. When Caption is empty, the inherited method is called to get the property value.
Version 4.0 | Generated 2025-05-03 | Home |