Vcl.Grids.TInplaceEditList.OverButton

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

Delphi

function OverButton(const P: TPoint): Boolean;

C++

bool __fastcall OverButton(const System::Types::TPoint &P);

プロパティ

種類 可視性 ソース ユニット
function protected
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TInplaceEditList

説明

指定されたポイントがボタン領域の中にあるかどうかを示します。

OverButton メソッドは、パラメータを通して指定されたポイントが選択リストを開くボタンの領域の中に配置されている場合に True を返し、そうでない場合は False を返します。

関連項目