Classe TSortedCollection

Unit

Declaração

type TSortedCollection = class(TCollection)

Descrição

Hierarquia

Visão Geral

Campos

Public Duplicates: Boolean;

Métodos

Public CONSTRUCTOR Create(ALimit, ADelta: Sw_Integer); overload; override;
Protected FUNCTION KeyOf(Item: Pointer): Pointer; Virtual;
Protected FUNCTION IndexOf(Item: Pointer): Sw_Integer; Override;
Protected FUNCTION Compare(Key1, Key2: Pointer): Sw_Integer; Virtual;
Protected FUNCTION Search(Key: Pointer; Var Index: Sw_Integer): Boolean; Virtual;
Protected PROCEDURE Insert(Item: Pointer); Override;
Protected Function GetMaxLength():Integer;

Propriedades

Protected property tstrings[Index:Sw_Integer]: tstring Read Getstrings write Setstrings;

Descrição

Campos

Public Duplicates: Boolean;
 

Métodos

Public CONSTRUCTOR Create(ALimit, ADelta: Sw_Integer); overload; override;

Duplicates flag

Protected FUNCTION KeyOf(Item: Pointer): Pointer; Virtual;
 
Protected FUNCTION IndexOf(Item: Pointer): Sw_Integer; Override;
 
Protected FUNCTION Compare(Key1, Key2: Pointer): Sw_Integer; Virtual;
 
Protected FUNCTION Search(Key: Pointer; Var Index: Sw_Integer): Boolean; Virtual;
 
Protected PROCEDURE Insert(Item: Pointer); Override;
 
Protected Function GetMaxLength():Integer;
 

Propriedades

Protected property tstrings[Index:Sw_Integer]: tstring Read Getstrings write Setstrings;

=n specifies the maximum number of AnsiCharacters


Gerado por PasDoc 0.16.0.