Data.DBXCommonTable.TDBXRowTable.FRow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FRow: TDBXRow;

C++

Data::Dbxcommon::TDBXRow* FRow;

Properties

Type Visibility Source Unit Parent
field protected
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Data.DBXCommonTable TDBXRowTable

Description

Protected field that specifies the actual row being handled.

FRow is a protected field that specifies the actual row being handled by the TDBXRowTable instance.

See Also