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