[Overview][Types][Classes][Index] |
Sets the value for the DisplayName property in the collection item.
Source position: propertystorage.pas line 48
protected procedure TStoredValue.SetDisplayName( |
const AValue: string |
); override; |
AValue |
|
New value for the property. |
SetDisplayName is overridden in TStoredValue to set the value for the DisplayName property. SetDisplayName ensures that a new value is not a duplicate of an existing DisplayName value in the TStoredValues. An Exception is raised when AValue is already used in the Collection.
SetDisplayName calls the inherited method prior to exit.
|
Implements a collection for TStoredValue collection items. |
|
Version 4.0 | Generated 2025-05-03 | Home |