Unit 'IniPropStorage' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lcl]

TCustomIniPropStorage

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

Declaration

Source position: inipropstorage.pas line 28

type TCustomIniPropStorage = class(TFormPropertyStorage)

protected

  function IniFileClass; virtual;

  

  function GetIniFileName; virtual;

  

  function RootSection; override;

  

  property IniFile: TCustomIniFile; [r]

  

public

  procedure StorageNeeded(); override;

  

  procedure FreeStorage; override;

  

  function DoReadString(); override;

  

  procedure DoWriteString(); override;

  

  procedure DoEraseSections(); override;

  

  property IniFileName: string; [rw]

  

  property IniSection: string; [rw]

  

end;

Inheritance

TCustomIniPropStorage

  

|

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



CT Web help

CodeTyphon Studio