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