RAD Studio VCL Reference
|
Specifies whether the component automatically connects to the server.
property AutoConnect: Boolean;
__property Boolean AutoConnect;
Set AutoConnect to True true to specify whether the server should be loaded automatically when the application first starts up. If AutoConnect is False false, the application establishes a connection when it calls one of the AutoConnect descendant's methods, sets a property, or calls the Connect method.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|