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

TDoubleLinkedList

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

Declaration

Source position: sdo_linked_list.pas line 63

type TDoubleLinkedList = class

public

  constructor Create();

  destructor Destroy; override;

  procedure RegisterForNotification();

  procedure UnregisterForNotification();

  procedure FreeBuffer();

  procedure Clear;

  function GetLength;

  function IsEmpty;

  function GetFirst;

  function GetLast;

  function InsertFirst;

  function Append;

  function InsertBefore();

  function InsertAfter();

  procedure Remove();

  procedure Delete();

  property DataSize: PtrInt; [r]

  property Generation: PtrUInt; [r]

end;

Inheritance

TDoubleLinkedList

|

TObject


Documentation generated on: 2023-03-18