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