Vcl.Mask.TMaskEdit.TextHint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TextHint;

C++

__property TextHint = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Mask.pas
Vcl.Mask.hpp
Vcl.Mask TMaskEdit

Description

A hint or message to be displayed when the Text property is empty.

Vcl.Mask.TMaskEdit.TextHint inherits from Vcl.StdCtrls.TCustomEdit.TextHint. All content below this line refers to Vcl.StdCtrls.TCustomEdit.TextHint.

A hint or message to be displayed when the Text property is empty.

Use TextHint to cue the user on what kind of entry is expected in the text field. Runtime themes must be enabled.

Code Examples