[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: avl_tree.pp line 68
type TAVLTreeNodeEnumerator = class |
protected |
FLowToHigh: Boolean; |
public |
constructor Create(); |
function GetEnumerator; |
function MoveNext; |
property Current: TAVLTreeNode; [r] |
property LowToHigh: Boolean; [r] |
end; |
| |
TObject |