Vcl.Grids.TCustomGrid.Sizing

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

Delphi

function Sizing(X, Y: Integer): Boolean;

C++

bool __fastcall Sizing(int X, int Y);

プロパティ

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

説明

指定された座標値がグラフのサイズ変更ホットゾーンにあるかどうかを示します。

グリッドコントロールは,ユーザーが行や列のサイズを変更しようとしているかどうかを知るために,Sizing メソッドを内部的に呼び出してマウスクリックの位置を調べます。

関連項目