System.MaskUtils.IsLiteralChar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsLiteralChar(const EditMask: string; Offset: Integer): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall IsLiteralChar(const System::UnicodeString EditMask, int Offset);

Properties

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

Description

IsLiteralChar is used internally.

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

See Also