Data.DBXCommon.TDBXRow.Generation

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: protected
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: TDBXRow

Delphi

property Generation: TInt32 read GetGeneration;

C++

__property Data::Dbxplatform::TInt32 Generation = {read=GetGeneration, nodefault};

Description

Property used to help determine whether the active row has changed, and if the data needs to be refreshed.

See Also