Vcl.Mask.TMaskedState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TMaskedState = set of (msMasked, msReEnter, msDBSetText);

C++

typedef System::Set<Vcl_Mask__2, Vcl_Mask__2::msMasked, Vcl_Mask__2::msDBSetText> TMaskedState;

Properties

Type Visibility Source Unit Parent
set
typedef
public
Vcl.Mask.pas
Vcl.Mask.hpp
Vcl.Mask Vcl.Mask

Description

TMaskedState is a set of flags that describe the current state of a masked edit control.

The following table indicates the meaning of the various TMaskedState flags:



Value Meaning

msMasked

A mask has been assigned. MaskState includes msMasked when IsMasked is true.

msReEnter

An invalid character has been rejected and the next edit should be a valid replacement character.

msDBSetText

The text comes from a database field and should not be validated.