Class torderedrecordlist
Unit
Declaration
type torderedrecordlist = class(trecordlist)
Description
This item has no description.
Hierarchy
- tobject
- tnullinterfacedobject
- trecordlist
- torderedrecordlist
Overview
Fields
| Protected | fcomparefunc: sortcomparemethodty; |
Methods
| Protected | function internalfind(const item; out index: integer): boolean; |
| Protected | function add(const source): integer; |
| Protected | function indexof(const item): integer; |
| Protected | function deleteitem(const item): integer; |
| Protected | function getcomparefunc: sortcomparemethodty; virtual; abstract; |
| Public | function newitem: pointer; override; |
| Public | function newitems(const acount: integer): pointer; override; |
Properties
| Public | property sorted: boolean read fsorted write setsorted; |
Description
Fields
| Protected | fcomparefunc: sortcomparemethodty; |
|
This item has no description. | |
Methods
| Protected | function internalfind(const item; out index: integer): boolean; |
|
This item has no description. | |
| Protected | function add(const source): integer; |
|
This item has no description. | |
| Protected | function indexof(const item): integer; |
|
This item has no description. | |
| Protected | function deleteitem(const item): integer; |
|
This item has no description. | |
| Protected | function getcomparefunc: sortcomparemethodty; virtual; abstract; |
|
This item has no description. | |
| Public | function newitem: pointer; override; |
|
This item has no description. | |
| Public | function newitems(const acount: integer): pointer; override; |
|
This item has no description. | |
Properties
| Public | property sorted: boolean read fsorted write setsorted; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.