RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRIO.Create Constructor

Creates an instance of TRIO.

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

Call Create to instantiate a TRIO descendant at runtime. TRIO descendants added to forms or data modules at design time are created automatically. 

The AOwner parameter specifies another component (usually a form or data module) that is responsible for freeing the TRIO instance. It becomes the value of the Owner property. If the TRIO instance is created with AOwner set to nil (Delphi) or NULL (C++), then it is automatically freed when its reference count drops to zero. 

 

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