Vcl.ScreenTips.TScreenTipOption

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TScreenTipOption = (soShowHeader, soShowShortCut);

C++

enum DECLSPEC_DENUM TScreenTipOption : unsigned char { soShowHeader, soShowShortCut };

Properties

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

Description

TScreenTipsManager showing option.

TScreenTipOption is used by TScreenTipsManager to decide what to show on the screen tip pop-up window. It can take 2 values:

Value Meaning

soShowHeader

The header of the screen tip is shown.

soShowShortCut

The shortcut of the action is shown.

See Also