API:Data.Win.ADODB.TADODataSet.StoreDefs

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Unit: Data.Win.ADODB
Parent: TADODataSet

Delphi

property StoreDefs;

C++

__property StoreDefs = {default=0};

Description

Specifies whether field definitions are stored with the ADO dataset.

Data.Win.ADODB.TADODataSet.StoreDefs inherits from Data.Win.ADODB.TCustomADODataSet.StoreDefs. All content below this line refers to Data.Win.ADODB.TCustomADODataSet.StoreDefs.

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.

See Also