System.MaskUtils.PadInputLiterals

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.MaskUtils.pas
System.MaskUtils.hpp
System.MaskUtils System.MaskUtils

Description

PadInputLiterals est utilisée en interne.

Cette fonction est utilisée en interne par FormatMaskText. N'appelez pas directement PadInputLiterals.

Voir aussi