Vcl.ScreenTips.TCustomScreenTipsManager.DoCreateScreenTip

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoCreateScreenTip(aItem: TScreenTipItem); virtual;

C++

virtual void __fastcall DoCreateScreenTip(TScreenTipItem* aItem);

Properties

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

Description

OnCreateScreenTip event dispatcher.

Override the protected DoCreateScreenTip method to provide responses, in addition to those provided when calling the OnCreateScreenTip event handler, when a new screen tip is created.

The aItem parameter is the screen tip item that was created.

See Also