Class TINIFormSaver (unit INISaver)
Inherits from
TComponent
Constructors
constructor Create(Owner:TComponent);
Functions
procedure SetFormPos(Form:TForm);
function GetSectionName(const Name:string):string;
procedure Loaded;
procedure Notification(AComponent:TComponent;Operation:TOperation);
procedure FormCloseQuery(Sender:TObject;var CanClose:Boolean);
Properties
property Section : TINIMultiSectionFormSaver
Events
event OnGetSectionName : TOnGetSectionName
Variables
FParent : TForm;
FCloseEvent : TCloseQueryEvent;
FOnGetSectionName : TOnGetSectionName;
FSection : TINIMultiSectionFormSaver;
Constructors
constructor Create(Owner:TComponent);
Functions
procedure SetFormPos(Form:TForm);
function GetSectionName(const Name:string):string;
procedure Loaded;
procedure Notification(AComponent:TComponent;Operation:TOperation);
procedure FormCloseQuery(Sender:TObject;var CanClose:Boolean);
Properties
property Section : TINIMultiSectionFormSaver
Events
event OnGetSectionName : TOnGetSectionName
Variables
FParent : TForm;
FCloseEvent : TCloseQueryEvent;
FOnGetSectionName : TOnGetSectionName;
FSection : TINIMultiSectionFormSaver;