Advantage TDataSet Descendant
property StoreConnected : Boolean read FbStoreConnected write FbStoreConnected default TRUE;
The StoreConnected property specifies whether or not the TAdsConnection.IsConnected property is written to the DFM file when the form is saved.
The default value of the StoreConnected property is True.
If you prefer the IsConnected property never be saved with a form, create a TAdsConnection descendant and set the FbStoreConnected member variable to False in the constructor.