Data.DB.TFlatList.GetUpdated

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetUpdated: Boolean; virtual;

C++

virtual bool __fastcall GetUpdated();

Properties

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

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