Data.DB.TFieldDefList.GetUpdated

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetUpdated: Boolean; override;

C++

virtual bool __fastcall GetUpdated();

Description

Returns whether the list has been updated or not.

Data.DB.TFieldDefList.GetUpdated inherits from Data.DB.TFlatList.GetUpdated. All content below this line refers to Data.DB.TFlatList.GetUpdated.

Returns whether the list has been updated or not.

The GetUpdated method returns whether the list has been updated or not. GetUpdated is the protected getter implementation for the Updated property.

See Also