System.MaskUtils.MaskDoFormatText

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function MaskDoFormatText(const EditMask: string; const Value: string; Blank: Char): string;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall MaskDoFormatText(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

MaskDoFormatText wird intern verwendet.

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

Siehe auch