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