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