RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TClientDataSet.StoreDefs Property

Indicates whether field and index definitions are saved with the client dataset.

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

If StoreDefs is true, the client dataset's index and field definitions are stored with the client dataset when the form or data module that contains it is saved. Setting StoreDefs to true makes the CreateDataSet method into a one-step procedure that creates fields and indexes at runtime. 

 

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