RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomADODataSet.StoreDefs Property

Specifies whether field definitions are stored with the ADO dataset.

Pascal
property StoreDefs: Boolean;
C++
__property Boolean StoreDefs;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!