Class tavlnode
Unit
Declaration
type tavlnode = class(TObject)
Description
Hierarchy
- TObject
- tavlnode
Overview
Methods
![]() |
destructor destroy; override; |
Properties
![]() |
property balance: integer read fbalance; |
![]() |
property up: tavlnode read fup; |
![]() |
property left: tavlnode read fleft; |
![]() |
property right: tavlnode read fright; |
Description
Methods
![]() |
destructor destroy; override; |
Properties
![]() |
property balance: integer read fbalance; |
![]() |
property up: tavlnode read fup; |
![]() |
property left: tavlnode read fleft; |
![]() |
property right: tavlnode read fright; |
Generated by PasDoc 0.16.0.
