Class TFormContainer (unit FormComp)

Inherits from

TWinControl

Constructors


constructor Create(AOwner: TComponent);



Functions

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

At this point, FForm and the form's FContainer have been initialized by } { TComponentForm's constructor.

function GetFormClass: TComponentFormClass;


procedure SetParent(AParent: TWinControl);


Properties

property Form : TComponentForm


Events

Variables

FForm : TComponentForm;



Constructors


constructor Create(AOwner: TComponent);


Functions


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

At this point, FForm and the form's FContainer have been initialized by } { TComponentForm's constructor.


function GetFormClass: TComponentFormClass;


procedure SetParent(AParent: TWinControl);


Properties


property Form : TComponentForm


Events


Variables


FForm : TComponentForm;