[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: sdo_linked_list.pas line 39
type ILinkedListCursor = interface |
function IsPosValid; |
function Eof; |
function Bof; |
function GetCurrent; |
function MoveNext; |
function MovePrevious; |
function MoveFirst; |
function MoveLast; |
function GetPosition; |
function MoveTo(); |
procedure Reset; |
function GetBookmark; |
function GotoBookmark(); |
end; |
| |
IInterface |