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