[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'AvgLvlTree' (#lazutils)

TCustomStringMap

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: avglvltree.pas line 156

type TCustomStringMap = class

protected

  procedure DisposeItem(); virtual;

  function ItemsAreEqual(); virtual;

  function CreateCopy(); virtual;

public

  constructor Create();

  destructor Destroy; override;

  procedure Clear; virtual;

  function Contains();

  procedure GetNames();

  procedure Remove(); virtual;

  property CaseSensitive: Boolean; [r]

  property Tree: TAvlTree; [r]

  function FindNode();

  function Count;

  function Equals();

  procedure Assign(); virtual;

  function CalcMemSize; virtual;

  property CompareItemsFunc: TListSortCompare; [r]

  property CompareKeyItemFunc: TListSortCompare; [r]

  procedure SetCompareFuncs();

end;

Inheritance

TCustomStringMap

|

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.