Vcl.ScreenTips.TDisplayOffset.X

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property X: Integer read FX write FX default 0;

C++

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

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TDisplayOffset

説明

水平オフセット。

X は、画面ヒント処理が発生しているコントロールから、ポップアップ ウィンドウまでの、水平距離を表します。

関連項目