Vcl.ScreenTips.TShowScreenTipEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TShowScreenTipEvent)(System::TObject* Manager, System::Classes::TBasicAction* Action, bool &ShowScreenTip);

Properties

Type Visibility Source Unit Parent
typedef public Vcl.ScreenTips.hpp Vcl.ScreenTips Vcl.ScreenTips

Description

C++ definition of the OnShowScreenTip event.

TShowScreenTipEvent represents the C++ definition of the OnShowScreenTip event. See the OnShowScreenTip documentation for further details.

See Also