Data.DBXCommon.TDBXRow.GetGeneration
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXRow |
Delphi
function GetGeneration: TInt32; virtual;
C++
virtual Data::Dbxplatform::TInt32 __fastcall GetGeneration();
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.