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