System.MaskUtils.PadInputLiterals

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function PadInputLiterals(const EditMask: String; const Value: string; Blank: Char): string;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall PadInputLiterals(const System::UnicodeString EditMask, const System::UnicodeString Value, System::WideChar Blank);

Properties

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

Description

PadInputLiterals is used internally.

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

See Also