FMX.StdCtrls.TStatusBar.TriggerOnHint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure TriggerOnHint;

C++

void __fastcall TriggerOnHint();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TStatusBar

Description

Triggers the hint event.

TriggerOnHint calls DoHint

See Also