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