RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStreamedConnection.InternalOpen Method

Opens a connection to the application server.

Pascal
procedure InternalOpen; virtual;
C++
virtual __fastcall InternalOpen();

Streamed connection components use InternalOpen to handle the details of establishing a connection to the application server. This method is called by the DoConnect method (which implements the Connected property) and at other times when the connection component must establish a connection. 

 

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