Class TComponentForm (unit FormComp)

Inherits from

TForm

Constructors


constructor Create(AOwner: TComponent);



Functions

destructor Destroy;


procedure SetBounds(ALeft, ATop, AWidth, AHeight: integer);

with

procedure CreateParams(var params: TCreateParams);


procedure Loaded;


procedure SetParent(AParent: TWinControl);


procedure Delphi3CtorReplacement(AOwner: TComponent);

Other than that, the constructors are identical.

Properties

property AsComponent : boolean


property Container : TFormContainer


Events

Variables

FAsComponent : boolean;


FContainer : TFormContainer;


FMyFormState : TFormState;



Constructors


constructor Create(AOwner: TComponent);


Functions


destructor Destroy;


procedure SetBounds(ALeft, ATop, AWidth, AHeight: integer);

with


procedure CreateParams(var params: TCreateParams);


procedure Loaded;


procedure SetParent(AParent: TWinControl);


procedure Delphi3CtorReplacement(AOwner: TComponent);

Other than that, the constructors are identical. So the following procedures is essentialy the constructor without


Properties


property AsComponent : boolean


property Container : TFormContainer


Events


Variables


FAsComponent : boolean;


FContainer : TFormContainer;


FMyFormState : TFormState;