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