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