FMX.Forms.TApplication.ShowHint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowHint: Boolean read FShowHint write SetShowHint;

C++

__property bool ShowHint = {read=FShowHint, write=SetShowHint, nodefault};

Properties

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

Description

Indicates whether hints are enabled for this application.

See Using Hints to Show Contextual Help in a FireMonkey Application - Enabling Hints for Your Application

See Also