TAdsTable TAdsQuery TAdsStoredProc
Advantage TDataSet Descendant
property StoreActive: Boolean read FbStoreActive write FbStoreActive;
The StoreActive property specifies whether or not the Active property is written to the DFM file when the form is saved.
The default value of the StoreActive property is True.
If you prefer the Active property never be saved with a form, create a TAdsTable/TAdsQuery/TAdsStoredProc descendant and set the FbStoreActive member variable to False in the constructor.