Vcl.Controls.TCustomHint.ShowingHint

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ShowingHint: Boolean read FShow;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomHint

Beschreibung

Gibt an, ob der Hinweis angezeigt wird.

ShowingHint ist True, wenn der benutzerdefinierte Hinweis angezeigt wird, ansonsten False.

Siehe auch