Data.DB.TFlatList.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: TFlatList

Delphi

function GetUpdated: Boolean; virtual;

C++

virtual bool __fastcall GetUpdated();

Description

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