RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStreamedConnection.Create Constructor

Creates and initializes an instance of TStreamedConnection.

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

Call Create to instantiate a streamed connection component at runtime. Connection components placed in forms or data modules at design time are instantiated automatically. 

After calling the inherited constructor, Create instantiates the data block interpreter accessed by the Interpreter property. 

 

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