RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDefCollection.Updated Property

Indicates whether the definition objects in the Items array match the corresponding instantiated objects in the dataset.

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

Use Updated to determine whether the definitions managed by the TDefCollection object match the corresponding entities (fields or indexes) of the dataset. Updated is set to true when the definitions are retrieved from the dataset at design time, or when the definitions are used to create the corresponding entities in the dataset. Updated is set to false when the properties of the definition objects are changed. 

 

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