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