Vcl.ScreenTips.TCustomScreenTipsManager.DoScreenTipsLoaded

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoScreenTipsLoaded; virtual;

C++

virtual void __fastcall DoScreenTipsLoaded();

Properties

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

Description

OnScreenTipsLoaded event dispatcher.

Override the protected DoScreenTipsLoaded method to provide responses, in addition to those provided when calling the OnScreenTipsLoaded event handler, when a screen tip is loaded.


See Also