[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'IniPropStorage' (#lcl)

TIniPropStorage

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

Declaration

Source position: inipropstorage.pas line 49

type TIniPropStorage = class(TCustomIniPropStorage)

published

  property StoredValues: TStoredValues;

  

  property IniFileName: string;

  

  property IniSection: string;

  

  property Active: Boolean;

  

  property OnSavingProperties: TNotifyEvent;

  property OnSaveProperties: TNotifyEvent;

  

  property OnRestoringProperties: TNotifyEvent;

  property OnRestoreProperties: TNotifyEvent;

  

end;

Inheritance

TIniPropStorage

  

|

TCustomIniPropStorage

  

|

TFormPropertyStorage

  

TFormPropertyStorage - class for storage of a Form's properties

|

TControlPropertyStorage

  

|

TCustomPropertyStorage

  

Provides abstract means to Save/Restore properties.

|

TComponent

?

TObject