Vcl.Controls.TCustomHint.ShowingHint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowingHint: Boolean read FShow;

C++

__property bool ShowingHint = {read=FShow, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomHint

Description

Specifies whether the hint is displayed.

ShowingHint is True if the custom hint is displayed, and False otherwise.

See Also