[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'IntfGraphics' (#lcl)

TArrayNode

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

Declaration

Source position: intfgraphics.pas line 311

type TArrayNode = class

public

  Parent: TArrayNode;

  

  Value: Integer;

  

  Childs: PArrayNode;

  

  StartValue: Integer;

  

  Capacity: Integer;

  

  Data: Pointer;

  

  constructor Create;

  

  destructor Destroy; override;

  

  procedure DeleteChilds;

  

  procedure UnbindFromParent;

  

  procedure CreateChildNode();

  

  function GetChildNode();

  

  procedure Expand();

  

  function FindPrevSibling;

  

  function FindNextSibling;

  

  function FindNextUTF8;

  function FindPrev;

  

  function FindFirstChild;

  

  function FindLastChild;

  

  function FindLastSubChild;

  

  function FindFirstSibling;

  

  function FindLastSibling;

  

  procedure ConsistencyCheck;

  

end;

Inheritance

TArrayNode

  

|

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.