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