System.MaskUtils.MaskIntlLiteralToChar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function MaskIntlLiteralToChar(IChar: Char): Char;

C++

extern DELPHI_PACKAGE System::WideChar __fastcall MaskIntlLiteralToChar(System::WideChar IChar);

Properties

Type Visibility Source Unit Parent
function public
System.MaskUtils.pas
System.MaskUtils.hpp
System.MaskUtils System.MaskUtils

Description

MaskIntlLiteralToChar is used internally.

This function is used internally by FormatMaskText. Do not call MaskIntlLiteralToChar directly.

See Also