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