Klasse TLCLMemManager

BeschreibungHierarchieFelderMethodenEigenschaften

Unit

Deklaration

type TLCLMemManager = class(TObject)

Beschreibung

Hierarchie

Übersicht

Methoden

Public procedure Clear;
Public constructor Create;
Public destructor Destroy; override;

Eigenschaften

Public property MinimumFreeCount: integer read FMinFree write SetMinFree;
Public property MaximumFreeCountRatio: integer read FMaxFreeRatio write SetMaxFreeRatio;
Public property Count: integer read FCount;
Public property FreeCount: integer read FFreeCount;
Public property AllocatedCount: int64 read FAllocatedCount;
Public property FreedCount: int64 read FFreedCount;

Beschreibung

Methoden

Public procedure Clear;
 
Public constructor Create;
 
Public destructor Destroy; override;
 

Eigenschaften

Public property MinimumFreeCount: integer read FMinFree write SetMinFree;
 
Public property MaximumFreeCountRatio: integer read FMaxFreeRatio write SetMaxFreeRatio;
 
Public property Count: integer read FCount;
 
Public property FreeCount: integer read FFreeCount;
 
Public property AllocatedCount: int64 read FAllocatedCount;
 
Public property FreedCount: int64 read FFreedCount;
 

Erstellt mit PasDoc 0.10.0 am 2007-03-27 23:03:00