FMX.Controls3D.TControl3D.Hint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Hint: string read FHint write FHint;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FMX.Controls3D.pas
FMX.Controls3D.hpp
FMX.Controls3D TControl3D

Description

Hint contains the text string that appears when you move the mouse over the 3D control.

Use the Hint property to provide a string of Help text either as a Help Hint or as Help text on a particular location, such as a status bar.

A Help Hint is a box containing Help text that appears for a control when the user moves the mouse pointer over the control and pauses momentarily.

See Also