表示: Delphi C++
表示設定

Vcl.Grids.TCustomGrid.Sizing

提供:XE2 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 メソッドを内部的に呼び出してマウスクリックの位置を調べます。

関連項目

以前のバージョン
他の言語