Provides the base class for a storage container use to save and restore control or form properties.
uses |
System, |
Classes, |
SysUtils, |
RTLConsts, |
RTTIUtils; |
propertystorage.pas contains classes and types used to define a storage container for property values: TCustomPropertyStorage. This is a base class and contains abstract virtual methods which must be implemented in a descendent class. For example: TControlPropertyStorage, TFormPropertyStorage, TIniPropStorage, TJSONPropStorage, and TXMLPropStorage.
This file is part of the Lazarus Component Library (LCL).