Declaration

function Duplicate(aOpenMode: TnxOpenMode; out aNewCursor: TnxAbstractCursor): TnxResult; virtual; abstract;

 
Description

This function clones the current cursor and returns a new instance in aNewCursor. The new cursor can be opened with a different mode by specifying the aOpenMode accordingly.

Home | Site Contents | Documentation | NexusDB Manual V4 | Class Reference | Symbol Reference | Classes | TnxAbstractCursor