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