[Overview][Types][Classes][Index] |
Indicates whether the container is Active and allows access to its storage.
Source position: propertystorage.pas line 167
public property TCustomPropertyStorage.Active : Boolean |
Active is a Boolean property which indicates if the container can access its underlying storage mechanism. In TCustomPropertyStorage, the default value for the property is True.
Active is used in the Save and Restore methods, and controls whether the corresponding actions can be performed using the collection items and storage for the container.
Version 4.0 | Generated 2025-05-03 | Home |