Class TExpressList
Unit
Declaration
type TExpressList = class(TSortedCollection)
Description
This item has no description.
Hierarchy
- TObject
- TList
- TOCollection
- TSortedCollection
- TExpressList
Overview
Methods
| Public | constructor Create; |
| Public | destructor Destroy; override; |
| Public | procedure Add(Item: Pointer); override; |
| Public | function KeyOf(Item: Pointer): Pointer; override; |
| Public | function Compare(Key1, Key2: Pointer): Integer; override; |
| Public | function Search(Key: Pointer; var Index: Integer): Boolean; override; |
| Public | procedure FreeItem(Item: Pointer); override; |
Description
Methods
| Public | constructor Create; |
|
This item has no description. | |
| Public | destructor Destroy; override; |
|
This item has no description. | |
| Public | procedure Add(Item: Pointer); override; |
|
This item has no description. | |
| Public | function KeyOf(Item: Pointer): Pointer; override; |
|
This item has no description. | |
| Public | function Compare(Key1, Key2: Pointer): Integer; override; |
|
This item has no description. | |
| Public | function Search(Key: Pointer; var Index: Integer): Boolean; override; |
|
This item has no description. | |
| Public | procedure FreeItem(Item: Pointer); override; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.