Vcl.ScreenTips.TShowScreenTipEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TShowScreenTipEvent = procedure (Manager: TObject; Action: TBasicAction;
var ShowScreenTip: Boolean) of object;

C++

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

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.ScreenTips.pas
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