[Overview][Types][Classes][Index] |
Gets the value for the DisplayName property in the collection item.
Source position: propertystorage.pas line 47
protected function TStoredValue.GetDisplayName: string; override; |
Value for the property.
GetDisplayName is overridden in TStoredValue to use the value in the Name property (when assigned). If Name is an empty string (''), the inherited method is called to get the value for the property.
|
The name for the collection item. |
|
|
Sets the value for the DisplayName property in the collection item. |
|
Version 4.0 | Generated 2025-05-03 | Home |