API:Data.Win.ADODB.TADODataSet.StoreDefs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StoreDefs: Boolean read FStoreDefs write FStoreDefs default 0;

C++

__property StoreDefs = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Data.Win.ADODB TADODataSet

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