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