Class TFormInfo (unit FormInfo)

Inherits from

TComponent

Constructors


constructor Create(AOwner: TComponent);

Published declarations


Functions

destructor Destroy;


Procedure Load;


procedure Loaded;


Procedure Save;

Get the app position from registry, use defaults if necessary

Properties

property AppName : string


property AutoLoad : boolean

Save the app position to registry

property Company : string


property FormName : string


Events

Variables

FAppName : string;


FAutomatic : boolean;


FCompany : string;

Private declarations

FSectionName : string;



Constructors


constructor Create(AOwner: TComponent);

Published declarations


Functions


destructor Destroy;


Procedure Load;


procedure Loaded;


Procedure Save;

Get the app position from registry, use defaults if necessary


Properties


property AppName : string


property AutoLoad : boolean

Save the app position to registry


property Company : string


property FormName : string


Events


Variables


FAppName : string;


FAutomatic : boolean;


FCompany : string;

Private declarations


FSectionName : string;