RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDispatchConnection.Create Constructor

Creates an instance of a dispatch connection component.

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

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

After calling the inherited constructor, Create initializes the LoginPrompt property to false. 

 

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