Vcl.ScreenTips.TCustomScreenTipsPopup.PopupType
Delphi
property PopupType: TScreenTipPopupType read FPopupType write SetPopupType default ptInfo;
C++
__property TScreenTipPopupType PopupType = {read=FPopupType, write=SetPopupType, default=2};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | Vcl.ScreenTips.pas Vcl.ScreenTips.hpp |
Vcl.ScreenTips | TCustomScreenTipsPopup |
Description
The pop-up type.
PopupType can take 3 values, which are described in the following table:
| Value | Meaning |
|---|---|
|
ptCustom |
The control takes the Glyph's dimensions and its appearance. |
|
ptHelp |
The control's glyph has a "?" logo. |
|
ptInfo |
The control's glyph has an "i" logo. |