FMX.CalendarEdit.TCalendarEdit.Hint

From RAD Studio API Documentation

Delphi

property Hint;

C++

__property Hint _DEPRECATED_ATTRIBUTE0  = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.CalendarEdit.pas
FMX.CalendarEdit.hpp
FMX.CalendarEdit TCalendarEdit

Description

Attention: Hint is deprecated.

Specifies the text string that appears when the user moves the mouse over a control. FMX.CalendarEdit.TCalendarEdit.Hint inherits from FMX.Controls.TControl.Hint. All content below this line refers to FMX.Controls.TControl.Hint.

Specifies the text string that appears when the user moves the mouse over a control.

See Using Hints to Show Contextual Help in a FireMonkey Application for more information about hints.

See Also