Class TFormSaver (unit FSaver)
Inherits from
TComponent
Constructors
constructor Create(Owner:TComponent);
Functions
destructor Destroy;
function GetFileName(const Name:string):string;
function GetSectionName(const Name:string):string;
procedure Loaded;
Properties
property INIFileName : TFileName
property PrivateMode : TPrivateMode
property SectionName : string
Events
event OnGetSectionName : TOnGetSectionName
Variables
FParent : TForm;
FINIFileName : TFileName;
FOnGetSectionName : TOnGetSectionName;
FPrivateMode : TPrivateMode;
FSectionName : string;
Constructors
constructor Create(Owner:TComponent);
Functions
destructor Destroy;
function GetFileName(const Name:string):string;
function GetSectionName(const Name:string):string;
procedure Loaded;
Properties
property INIFileName : TFileName
property PrivateMode : TPrivateMode
property SectionName : string
Events
event OnGetSectionName : TOnGetSectionName
Variables
FParent : TForm;
FINIFileName : TFileName;
FOnGetSectionName : TOnGetSectionName;
FPrivateMode : TPrivateMode;
FSectionName : string;