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