Used to prevent an application from establishing a connection at the time of startup.
property KeepDesignConnected: boolean default True;
At the time of startup prevents application from establishing a connection even if the Connected property was set to True at design-time. Set KeepDesignConnected to False to initialize the connected property to False, even if it was True at design-time.