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