Used to prevent an application from establishing a connection at startup.
property KeepDesignConnected: boolean;
The KeepDesignConnected property prevents application from establishing a connection at startup 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.