Vcl.ScreenTips.TDisplayOffset.X

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property X: Integer read FX write FX default 0;

C++

__property int X = {read=FX, write=FX, default=0};

Properties

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

Description

Horizontal offset.

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

See Also