Delphi Examples: DbiSetToCursor

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Delphi Examples: DbiSetToCursor

Return to chapter overview

Set the position of the destination cursor to the position of the source cursor

Delphi users should use the GoToCurrent method associated the TTable component rather than directly calling DbiSetToCursor. This method is defined as:

procedure GoToCurrent(Table: TTable);

The following is an example:

Table1.GotoCurrent(Table2);