[Overview][Constants][Types][Classes][Index] Reference for unit 'DynHashArray' (#lazutils)

TDynHashArrayItemMemManager

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

Declaration

Source position: dynhasharray.pp line 139

type TDynHashArrayItemMemManager = class

public

  procedure DisposeItem();

  function NewItem;

  property MinimumFreeCount: Integer; [rw]

  property MaximumFreeRatio: Integer; [rw]

  property Count: Integer; [r]

  procedure Clear;

  constructor Create;

  destructor Destroy; override;

  function ConsistencyCheck;

  procedure WriteDebugReport;

end;

Inheritance

TDynHashArrayItemMemManager

|

TObject

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