Unit 'sdo_linked_list' Package
[Overview][Types][Classes][Procedures and functions][Index] [#fcl-sdo]

ILinkedListCursor

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

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;

Inheritance

ILinkedListCursor

|

IInterface


Documentation generated on: 2023-03-18