[Overview][Types][Classes][Index] Reference for unit 'PropertyStorage' (#lcl)

Reference for unit 'PropertyStorage'

Provides the base class for a storage container use to save and restore control or form properties.

uses

  Classes,

  sysutils,

  RTLConsts,

  RttiUtils;

Overview

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.

propertystorage.pas is part of the Lazarus Component Library (LCL).


Version 3.2 Generated 2024-02-25 Home