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