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