RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActiveForm.Create Constructor

Creates a new TCustomActiveForm object.

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

Create is the TCustomActiveForm constructor. 

AOwner specifies a component, typically the global application object, that becomes the value of the Owner property. The owner is responsible for initiating streaming of the active form and for freeing it. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!