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