System.MaskUtils.TMaskedText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TMaskedText = type string;

C++

typedef System::UnicodeString TMaskedText;

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.MaskUtils.pas
System.MaskUtils.hpp
System.MaskUtils System.MaskUtils

Description

TMaskedText is the type for the text that is typed into a masked edit control.

TMaskedText is the value of a masked edit control's text before the mask is applied.