Data.DB.TFlatList.Updated

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property Updated: Boolean read GetUpdated write FUpdated;

C++

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

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