Unit 'PropertyStorage' Package
[Overview][Types][Classes][Index] [#lcl]

Reference for unit 'PropertyStorage'

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

uses

  System,

  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 4.4 Generated 2025-11-08 Home