Data.DBXCommonTable.TDBXRowTable.RowNavigated

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Unit: Data.DBXCommonTable
Parent: TDBXRowTable

Delphi

procedure RowNavigated; virtual;

C++

virtual void __fastcall RowNavigated();

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