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