Vcl.ScreenTips.TScreenTipsManager.Options

From RAD Studio API Documentation

Delphi

property Options: TScreenTipOptions read FOptions write FOptions default 3;

C++

__property Options = {default=3};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TScreenTipsManager

Description

Options to customize the display of the screen tip window. {{#multireplace:Vcl.ScreenTips.TScreenTipsManager.Options|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.ScreenTips.TCustomScreenTipsManager.Options|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.ScreenTips.TCustomScreenTipsManager.Options|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Options to customize the display of the screen tip window.

Use Options to show or not show the Caption and the ShortCut in the Header of a screen tip when it is created or generated.

Options is of type TScreenTipOptions, which is a set of TScreenTipOption values.

The following table describes the TScreenTipOption values:

Value Meaning

soShowHeader

The header of the screen tip is shown.

soShowShortCut

The shortcut of the action is shown.

By default, Options is set to [soShowHeader..soShowShortCut], meaning that both Caption and ShortCut are shown on the screen tip window.

See Also