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