Data.DB.TDefCollection.Updated

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Updated: Boolean read FUpdated write FUpdated;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Data.DB.pas
Data.DB.hpp
Data.DB TDefCollection

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