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