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. {{#multireplace:Vcl.ScreenTips.TScreenTipsPopup.PopupType|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.ScreenTips.TCustomScreenTipsPopup.PopupType|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.ScreenTips.TCustomScreenTipsPopup.PopupType|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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. |