Data.Win.ADODB.TCustomADODataSet.StoreDefs
[–] Properties | |
---|---|
Type: property | |
Visibility: protected | |
Source: Data.Win.ADODB.pas Data.Win.ADODB.hpp
| |
Unit: Data.Win.ADODB | |
Parent: TCustomADODataSet |
Delphi
property StoreDefs: Boolean read FStoreDefs write FStoreDefs default False;
C++
__property bool StoreDefs = {read=FStoreDefs, write=FStoreDefs, default=0};
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.