FMX.StdCtrls.TStatusBar.AutoHint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoHint: Boolean read FAutoHint write FAutoHint default False;

C++

__property bool AutoHint = {read=FAutoHint, write=FAutoHint, default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TStatusBar

Description

Indicates whether the OnHint event is enabled.

Set this property to False to disable the OnHint event.

See Also