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