Data.DBXCommon.TDBXRow.Generation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Generation: TInt32 read GetGeneration;

C++

__property int Generation = {read=GetGeneration, nodefault};

Properties

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

Description

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

See Also