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