Vcl.ScreenTips.TDisplayOffset.Y

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Y: Integer read FY write FY default 5;

C++

__property int Y = {read=FY, write=FY, default=5};

Properties

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

Description

Vertical offset.

Y represents the vertical distance from the control for which screen tip processing is occurring to the pop-up window.

See Also