Vcl.ScreenTips.TCustomScreenTipsManager.OnCreateScreenTip

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnCreateScreenTip: TCreateScreenTipEvent read FOnCreateScreenTip write FOnCreateScreenTip;

C++

__property TCreateScreenTipEvent OnCreateScreenTip = {read=FOnCreateScreenTip, write=FOnCreateScreenTip};

Properties

Type Visibility Source Unit Parent
event public
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TCustomScreenTipsManager

Description

Occurs after a screen tip is created.

Use OnCreateScreenTip to perform special processing after a screen tip is created.

See Also