System.MaskUtils.IsLiteralChar

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.MaskUtils.pas
System.MaskUtils.hpp
System.MaskUtils System.MaskUtils

Description

IsLiteralChar est utilisée en interne.

Cette fonction est utilisée en interne par FormatMaskText. N'appelez pas directement IsLiteralChar.

Voir aussi