Vcl.ScreenTips.TCustomScreenTipsManager.DoGetScreenTipClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoGetScreenTipClass(var WindowClass: TScreenTipsWindowClass); virtual;

C++

virtual void __fastcall DoGetScreenTipClass(TScreenTipsWindowClass &WindowClass);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TCustomScreenTipsManager

Description

OnGetScreenTipWinClass event dispatcher.

Override the protected DoGetScreenTipClass method to provide responses, in addition to those provided when calling the OnGetScreenTipWinClass event handler, when the screen tip window class is needed. The WindowClass parameter is the screen tip window class.

See Also