Vcl.ScreenTips.TCustomScreenTipsManager.DoShow
Delphi
procedure DoShow(Item: TScreenTipItem; var HintInfo: THintInfo); virtual;
C++
virtual void __fastcall DoShow(TScreenTipItem* Item, Vcl::Controls::THintInfo &HintInfo);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | Vcl.ScreenTips.pas Vcl.ScreenTips.hpp |
Vcl.ScreenTips | TCustomScreenTipsManager |
Description
Shows a screen tip.
DoShow is used to show a screen tip. The method computes the size of a screen tip and activates it.
Item is the screen tip item and HintInfo is the hint that will be written.