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