Class TPageFormInfo (unit Formpage)

Inherits from

TComponent

Constructors



Functions

function CreateForm: TPageForm;


procedure DestroyForm;

FormCreated.

procedure HideForm;


procedure ShowForm;


procedure Notification(AComponent: TComponent; Operation: TOperation);


procedure OnFormDestroy(Sender: TObject);


Properties

property DontDestroy : Boolean


property FormContainer : TComponent


Events

Variables

FormType : TPageFormClass;


FDontDestroy : Boolean;


FFormContainer : TComponent;


FormCreated : TPageForm;


FormDestroy : TNotifyEvent;



Constructors


Functions


function CreateForm: TPageForm;


procedure DestroyForm;

FormCreated.SetFocus; FormCreated.FindNextControl(nil, True, True, False).SetFocus; Application.ProcessMessages; } { FormCreated.ActiveControl := FormCreated.FindNextControl(nil, True, True, False); {


procedure HideForm;


procedure ShowForm;


procedure Notification(AComponent: TComponent; Operation: TOperation);


procedure OnFormDestroy(Sender: TObject);


Properties


property DontDestroy : Boolean


property FormContainer : TComponent


Events


Variables


FormType : TPageFormClass;


FDontDestroy : Boolean;


FFormContainer : TComponent;


FormCreated : TPageForm;


FormDestroy : TNotifyEvent;