Unit 'cyIniForm' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_cindy]

TcyIniForm

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

Declaration

Source position: cyIniForm.pas line 79

type TcyIniForm = class(TComponent)

protected

  procedure Loaded; override;

  

  procedure Notification(); override;

  

  procedure CorrectSize();

  

  procedure CorrectPosition();

  

  procedure CenterVertically();

  

  procedure CenterHorizontally();

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure BeforeDestruction; override;

  

  function GetIniDirectory;

  

  function GetIniFileDir;

  

  function GetIniFile;

  

  function GetRootKey;

  

  function LoadDefinitions;

  

  function SaveDefinitions;

  

  procedure DeleteDefinitions;

  

  property DefinitionsLoaded: Boolean; [r]

  

  property DefinitionsSaved: Boolean; [r]

  

published

  property AutoCorrectAttributes: TAutoCorrectAttributes; [rw]

  

  property Attributes: TAttributes; [rw]

  

  property AutoLoad: Boolean; [rw]

  

  property AutoSave: Boolean; [rw]

  

  property IniCustomfile: string; [rw]

  

  property IniCustomSection: string; [rw]

  

  property IniDirectory: TIniDirectory; [rw]

  

  property IniSubDirs: string; [rw]

  

  property Mode: TMode; [rw]

  

  property RegRoot: TRegRoot; [rw]

  

  property RegCustomKey: string; [rw]

  

  property StoreVersion: string; [rw]

  

  property OnCustomLoadFromFile: TProcOnReadFile; [rw]

  

  property OnCustomSaveToFile: TProcOnWriteFile; [rw]

  

  property OnCustomLoadFromRegistry: TProcOnReadRegistry; [rw]

  

  property OnCustomSaveToRegistry: TProcOnWriteRegistry; [rw]

  

  property OnNotLoadFromFile: TProcOnReadFile; [rw]

  

  property OnNotLoadFromRegistry: TProcOnReadRegistry; [rw]

  

end;

Inheritance

TcyIniForm

  

|

TObject



CT Web help

CodeTyphon Studio