System.MaskUtils.PadInputLiterals

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.MaskUtils.pas
System.MaskUtils.hpp
System.MaskUtils System.MaskUtils

Beschreibung

PadInputLiterals wird intern verwendet.

Diese Funktion wird intern von FormatMaskText verwendet. Rufen Sie PadInputLiterals nicht direkt auf.

Siehe auch