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