[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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 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; |
|
||
| | ||
TObject |
CT Web help |
CodeTyphon Studio |