Vcl.ScreenTips.TScreenTipPopupType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TScreenTipPopupType = (ptCustom, ptHelp, ptInfo);

C++

enum DECLSPEC_DENUM TScreenTipPopupType : unsigned char { ptCustom, ptHelp, ptInfo };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips Vcl.ScreenTips

Description

ScreenTip Popup Type. TScreenTipPopupType is used to set the appearance of a TScreenTipsPopup and can take 3 values:

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.

See Also