Class TFormPages (unit Formpage)

Inherits from

TComponent

Constructors


Constructor Create(AOwner:Tcomponent);



Functions

procedure AddPage(Page: Integer; AFormContainer: TComponent; AFormType: TPageFormClass);


function CreateForm(Page: Integer): TPageForm;


Destructor Destroy;


procedure ShowForm(Page: Integer);


procedure ChangeForm(Handle: HWND; OldPage, NewPage: Integer);


procedure DestroyForm(Page: Integer);


procedure HideForm(Page: Integer);


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

try { Deleting all the forms created: } for iPageNum := 0 to MAXNBKPAGES - 1 do DestroyForm(iPageNum); finally end;

Properties

Events

Variables

FormInfo : array [0..MAXNBKPAGES-1] of TPageFormInfo;



Constructors


Constructor Create(AOwner:Tcomponent);


Functions


procedure AddPage(Page: Integer; AFormContainer: TComponent; AFormType: TPageFormClass);


function CreateForm(Page: Integer): TPageForm;


Destructor Destroy;


procedure ShowForm(Page: Integer);


procedure ChangeForm(Handle: HWND; OldPage, NewPage: Integer);


procedure DestroyForm(Page: Integer);


procedure HideForm(Page: Integer);


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

try { Deleting all the forms created: } for iPageNum := 0 to MAXNBKPAGES - 1 do DestroyForm(iPageNum); finally end;


Properties


Events


Variables


FormInfo : array [0..MAXNBKPAGES-1] of TPageFormInfo;