Vcl.ScreenTips.TScreenTipWinClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TScreenTipWinClass = procedure (Manager: TObject;
var ScreenTipWinClass: TScreenTipsWindowClass) of object;

C++

typedef void __fastcall (__closure *TScreenTipWinClass)(System::TObject* Manager, TScreenTipsWindowClass &ScreenTipWinClass);

Properties

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

Description

C++ definition of the OnGetScreenTipWinClass event.

TScreenTipWinClass represents the C++ definition of the OnGetScreenTipWinClass event. See the OnGetScreenTipWinClass documentation for further details.

See Also