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