[Overview][Types][Classes][Index] |
Provides indexed access to a TStoredValue instance in the collection by its name.
Source position: propertystorage.pas line 83
public property TStoredValues.Values[Name: string] : TStoredValue |
Values is an indexed TStoredValue property which provides access to a collection item with the name specified in the Name argument. The IndexOf method is called to locate the entry in Items matching the specified Name. The property value is Nil if Items does not contain a TStoredValue instance with the value in Name.
When saving a new value for the property, the Assign method in the collection item is called to update the property values for the TStoredValue instance.
Use the StoredValue property to access the String or Variant value for the collection item by its name.
|
Provides indexed access to the TStoredValue collection items by their ordinal position. |
|
|
Gets the ordinal position in Items for the collection item with the specified name. |
|
|
Provides indexed access to the value for a collection item with the specified name. |
|
|
Copies property values from the specified persistent object into the current class instance. |
|
|
The name for the collection item. |
Version 4.0 | Generated 2025-05-03 | Home |