TAdsConnection.StoreConnected

TAdsConnection

Advantage TDataSet Descendant

Syntax

property StoreConnected : Boolean read FbStoreConnected write FbStoreConnected default TRUE;

Description

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.

See Also

StoreActive