Data.DBXCommonTable.TDBXNoOpRow.GetGeneration

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetGeneration: Integer; override;

C++

virtual int __fastcall GetGeneration();

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Data.DBXCommonTable TDBXNoOpRow

Description

Returns the current value of Generation.

The GetGeneration method returns the current value of the Generation property. This is used to help determine whether the active row has changed and that the data needs to be refreshed.

See Also