Unit 'GR32_Containers' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_graphics32]

TLinkedList

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

Declaration

Source position: GR32_Containers.pas line 200

type TLinkedList = class

protected

  procedure DoFreeData(); virtual;

  

public

  destructor Destroy; override;

  

  function Add;

  

  procedure Remove();

  

  function IndexOf();

  

  function GetNode();

  

  procedure Exchange();

  

  procedure InsertBefore();

  

  procedure InsertAfter();

  

  procedure Clear;

  

  procedure IterateList();

  

  property Head: PLinkedNode; [rw]

  

  property Tail: PLinkedNode; [rw]

  

  property Count: Integer; [rw]

  

  property OnFreeData: TFreeDataEvent; [rw]

  

end;

Inheritance

TLinkedList

  

|

TObject



CT Web help

CodeTyphon Studio