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