Data.Win.ADODB.TCustomADODataSet.StoreDefs
Delphi
property StoreDefs: Boolean read FStoreDefs write FStoreDefs default False;
C++
__property bool StoreDefs = {read=FStoreDefs, write=FStoreDefs, default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | protected | Data.Win.ADODB.pas Data.Win.ADODB.hpp |
Data.Win.ADODB | TCustomADODataSet |
Description
Specifies whether field definitions are stored with the ADO dataset.
StoreDefs controls whether the FieldDefs property value is saved with the ADO dataset when it is saved to a form (.dfm) file. By default, StoreDefs is false unless you explicitly change any of the field definitions.