Vcl.ScreenTips.TScreenTipsPopup.PopupType
Delphi
property PopupType: TScreenTipPopupType read FPopupType write SetPopupType default 2;
C++
__property PopupType = {default=2};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | Vcl.ScreenTips.pas Vcl.ScreenTips.hpp |
Vcl.ScreenTips | TScreenTipsPopup |
Description
The pop-up type.
Vcl.ScreenTips.TScreenTipsPopup.PopupType inherits from Vcl.ScreenTips.TCustomScreenTipsPopup.PopupType. All content below this line refers to Vcl.ScreenTips.TCustomScreenTipsPopup.PopupType.
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. |