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