|
<< Click to Display Table of Contents >> Delphi Examples: DbiSetToCursor |
![]() ![]()
|
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);