Vcl.ScreenTips.TScreenTipsManager.DisplayOffset

From RAD Studio API Documentation

Delphi

property DisplayOffset: TDisplayOffset read FDisplayOffset write FDisplayOffset stored IsDisplayOffsetStored;

C++

__property DisplayOffset;

Properties

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

Description

Defines the display offset of the screen tip. {{#multireplace:Vcl.ScreenTips.TScreenTipsManager.DisplayOffset|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.ScreenTips.TCustomScreenTipsManager.DisplayOffset|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.DisplayOffset|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Defines the display offset of the screen tip.

DisplayOffset is used to set the offset and the control for which the screen tip will appear in the pop-up window.

You can use TScreenTipsManager to change the horizontal and the vertical offset, through the Edit Screen Tips designer window.

See Also