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