Data.DBXCommonTable.TDBXNoOpRow.GetGeneration

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetGeneration: Integer; override;

C++

virtual int __fastcall GetGeneration();

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