RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TLinkedRIO.Create Constructor

Creates an instance of TLinkedRIO.

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

Call Create to instantiate a TLinkedRIO object at runtime. 

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

Tip: To save the encoded method calls that TLinkedRIO generates and the encoded results that it receives, use the CreateFile constructor instead.
 

 

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