RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomConnection.StreamedConnected Property

Indicates whether the Connected property was true when the connection component was loaded from a stream.

Pascal
property StreamedConnected: Boolean;
C++
__property Boolean StreamedConnected;

StreamedConnected is used internally to ensure that the connection component does not open a connection until all objects on the form or data module are loaded into memory. This property is set instead of the Connected property when loading the connection component. In the Loaded method, after all objects in the form or data module have been loaded into memory, the value of StreamedConnected is used to set the Connected property. 

 

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