|
RAD Studio VCL Reference
|
Creates a new TCustomActiveForm object.
constructor Create(AOwner: TComponent); override;
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!
|