Vcl.ScreenTips.TScreenTipOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TScreenTipOptions = set of TScreenTipOption;

C++

typedef System::Set<TScreenTipOption, TScreenTipOption::soShowHeader, TScreenTipOption::soShowShortCut> TScreenTipOptions;

Properties

Type Visibility Source Unit Parent
set
typedef
public
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips Vcl.ScreenTips

Description

Specifies a set of TScreenTipOption.

TScreenTipOptions is used by TScreenTipsManager on Options to decide what to show on the screen tip pop-up window.

TScreenTipOptions can have one or more of the following values:

Value Meaning

soShowHeader

The header of the screen tip is shown.

soShowShortCut

The shortcut of the action is shown.


See Also