Data.DB.TDefCollection.Updated

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TDefCollection

Delphi

property Updated: Boolean read FUpdated write FUpdated;

C++

__property bool Updated = {read=FUpdated, write=FUpdated, nodefault};

Description

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

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.

See Also