Data.DBXCommonTable.TDBXRowTable.RowNavigated

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RowNavigated; virtual;

C++

virtual void __fastcall RowNavigated();

Properties

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

Description

Generates a new row if the current row is nil.

The RowNavigated method generates a new row if the current value of the FRow field is nil.

See Also