Class tavlnode

Unit

Declaration

type tavlnode = class(TObject)

Description

Hierarchy

Overview

Methods

Public destructor destroy; override;

Properties

Public property balance: integer read fbalance;
Public property up: tavlnode read fup;
Public property left: tavlnode read fleft;
Public property right: tavlnode read fright;

Description

Methods

Public destructor destroy; override;
 

Properties

Public property balance: integer read fbalance;
 
Public property up: tavlnode read fup;
 
Public property left: tavlnode read fleft;
 
Public property right: tavlnode read fright;
 

Generated by PasDoc 0.16.0.