System.MaskUtils.MaskGetMaskBlank

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function MaskGetMaskBlank(const EditMask: string): Char;

C++

extern DELPHI_PACKAGE System::WideChar __fastcall MaskGetMaskBlank(const System::UnicodeString EditMask);

Properties

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

Description

MaskGetMaskBlank is used internally.

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

See Also