RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomFrame.Create Constructor

Creates and initializes a TCustomFrame object.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TCustomFrame(TComponent * AOwner);

Use Create to create and initialize a frame. 

AOwner is the component that owns the frame. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!