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