Unit 'flcDataStructs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_fundamentals]

TDoublyLinkedObject

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

Declaration

Source position: flcDataStructs.pas line 8431

type TDoublyLinkedObject = class(TDoublyLinkedItem)

public

  Value: TObject;

  

  constructor Create();

  

  procedure InsertAfter(); overload;

  

  procedure InsertBefore(); overload;

  

  procedure InsertFirst();

  

  procedure Append();

  

  function FindNext();

  

  function FindPrev();

  

end;

Inheritance

TDoublyLinkedObject

  

|

TDoublyLinkedItem

  

|

TObject



CT Web help

CodeTyphon Studio