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