[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: SpkXMLParser.pas line 29
type TBinaryTreeNode = class(TObject) |
||
protected |
||
procedure SetLeft(); |
|
|
procedure SetRight(); |
|
|
function GetCount; |
|
|
function GetData(); |
|
|
public |
||
constructor create; |
|
|
destructor Destroy; override; |
|
|
procedure RefreshSubtreeSize; |
|
|
procedure DetachFromParent; |
|
|
procedure AttachToParent(); |
|
|
procedure DetachChild(); |
|
|
procedure Add(); |
|
|
procedure Remove(); |
|
|
procedure Delete(); |
|
|
procedure Clear; |
|
|
property Data []: TSpkXMLNode; [r] |
|
|
property Left: TBinaryTreeNode; [rw] |
|
|
property Right: TBinaryTreeNode; [rw] |
|
|
property Parent: TBinaryTreeNode; [r] |
|
|
property SubtreeSize: Integer; [r] |
|
|
property Count: Integer; [r] |
|
|
end; |
|
||
| | ||
TObject |
CT Web help |
CodeTyphon Studio |