Data.DB.TFlatList.Updated

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Updated: Boolean read GetUpdated write FUpdated;

C++

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

Properties

Type Visibility Source Unit Parent
property protected
Data.DB.pas
Data.DB.hpp
Data.DB TFlatList

Description

Specifies whether the list has been updated or not.

The Updated property specifies whether the fields or field definitions were updated or not.

See Also