System.MaskUtils.MaskGetCharType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function MaskGetCharType(const EditMask: string; MaskOffset: Integer): TMaskCharType;

C++

extern DELPHI_PACKAGE TMaskCharType __fastcall MaskGetCharType(const System::UnicodeString EditMask, int MaskOffset);

Properties

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

Description

MaskGetCharType is used internally.

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

See Also