Unit 'Forms' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TFormPropertyStorage

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

TFormPropertyStorage - class for storage of a Form's properties.

Declaration

Source position: forms.pp line 1929

type TFormPropertyStorage = class(TControlPropertyStorage)

public

  constructor Create(); override;

  

Constructor for the class instance.

  destructor Destroy; override;

  

Destructor for the class instance.

end;

Inheritance

TFormPropertyStorage

  

TFormPropertyStorage - class for storage of a Form's properties.

|

TControlPropertyStorage

  

Implements the abstract ancestor class used to get the property list for a control.

|

TCustomPropertyStorage

  

|

TObject

Description

TFormPropertyStorage is a TControlPropertyStorage descendant which extends the ancestor class to read and write form values. It provides additional methods called when a form is created, closed, or freed. TFormPropertyStorage is the base class for descendants like TCustomIniPropStorage, TCustomJSONPropStorage, and TCustomXMLPropStorage.



CT Web help

CodeTyphon Studio