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