Record TItemTypeHelper
Unit
Declaration
type TItemTypeHelper = record helper for TItemType
Description
Helper for the TItemType enum type.
Overview
Methods
class function FromInt(Value: Cardinal): TItemType; static; inline; |
|
function ToInt: Cardinal; inline; |
|
function ToString: string; |
Description
Methods
class function FromInt(Value: Cardinal): TItemType; static; inline; |
|
Converts an ordinal value to a TItemType enum value. Parameters
ReturnsA TItemType enum value from the given ordinal value |
function ToInt: Cardinal; inline; |
|
Converts the TItemType enum value to its corresponding ordinal value.
ReturnsThe ordinal representation of the TItemType value |
function ToString: string; |
|
Converts the TItemType enum value to its string representation. ReturnsThe string representation of the TItemType value |
Generated by PasDoc 0.16.0-snapshot.