Vcl.Mask.TCustomMaskEdit.IsMasked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsMasked: Boolean read GetMasked;

C++

__property bool IsMasked = {read=GetMasked, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Mask.pas
Vcl.Mask.hpp
Vcl.Mask TCustomMaskEdit

Description

Indicates whether a mask exists for the edit control.

Read IsMasked to determine whether the EditMask property has been set. If IsMasked is true, the control has a mask, and input is validated at runtime. If IsMasked is false, the control does not restrict editing at runtime.

See Also