Data.DB.TFlatList.Updated
[–] 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.