record TResourceUsageEntry

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TResourceUsageEntry = record

Description

Entry in the IResourceUsage list

Overview

Properties

property Kind: TResourceUsageKind read GetKind;
property Name: String read GetName;
property Amount: Integer read GetAmount;
property Handle: TCXTUResourceUsageEntry read FHandle;

Description

Properties

property Kind: TResourceUsageKind read GetKind;

The memory usage category

property Name: String read GetName;

Human-readable string that represents the name of the memory category.

property Amount: Integer read GetAmount;

Amount of resources used. The units will depend on the resource kind.

property Handle: TCXTUResourceUsageEntry read FHandle;

Internal handle to C API


Generated by PasDocEx, based on PasDoc 0.14.0.