[Overview][Resource strings][Classes][Procedures and functions] Reference for unit 'dGlobals' (#fpdoc)

TLinkNode

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

Declaration

Source position: dglobals.pp line 101

type TLinkNode = class

public

  constructor Create();

  destructor Destroy; override;

  function FindChild();

  function CreateChildren();

  property FirstChild: TLinkNode; [r]

  property NextSibling: TLinkNode; [r]

  property Name: String; [r]

  property Link: String; [r]

end;

Inheritance

TLinkNode

|

TObject