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