Class torderedrecordlist

Unit

Declaration

type torderedrecordlist = class(trecordlist)

Description

No description available, ancestor trecordlist description follows
No description available, ancestor tnullinterfacedobject description follows

Hierarchy

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;
 

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;
 

Generated by PasDoc 0.16.0.