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