Data.DBXCommon.TDBXRow.GetGeneration

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetGeneration: TInt32; virtual;

C++

virtual int __fastcall GetGeneration();

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXRow

Description

Returns the current value of Generation.

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