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