FMX.Forms.TApplication.Hint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Hint: string read FHint write SetHint;

C++

__property System::UnicodeString Hint = {read=FHint, write=SetHint};

Properties

Type Visibility Source Unit Parent
property public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TApplication

Description

The text of the current hint.

If there is no current hint, the value of this property is an empty String.

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

See Also