[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: avglvltree.pas line 40
type TAvgLvlTreeNode = class |
||
public |
||
|
||
|
||
|
||
Balance: Integer; |
|
|
Data: Pointer; |
|
|
procedure Clear; |
|
|
function TreeDepth; |
|
|
end; |
|
||
| | ||
TObject |