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

TGTree

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

Declaration

Source position: lazglib2.pas line 3757

type TGTree = object

  function new();

  

  function new_full();

  

  function new_with_data();

  

  procedure destroy_;

  

  procedure foreach();

  

  function height;

  

  procedure insert();

  

  function lookup();

  

  function lookup_extended();

  

  function nnodes;

  

  function ref;

  

  function remove();

  

  procedure replace();

  

  function search();

  

  function steal();

  

  procedure unref;

  

end;

Inheritance

TGTree