| Class TComponentForm (unit FormComp) |
TForm
| Constructors |
constructor Create(AOwner: TComponent);| Functions |
destructor Destroy;
procedure SetBounds(ALeft, ATop, AWidth, AHeight: integer);
procedure CreateParams(var params: TCreateParams);
procedure Loaded;
procedure SetParent(AParent: TWinControl);
procedure Delphi3CtorReplacement(AOwner: TComponent);| 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;