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