API:Vcl.DBGrids.TCustomDBGrid.MouseUp
Delphi
procedure MouseUp(Button: TMouseButton; Shift: TShiftState;
X, Y: Integer); override;
C++
DYNAMIC void __fastcall MouseUp(System::Uitypes::TMouseButton Button, System::Classes::TShiftState Shift, int X, int Y);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
procedure function |
protected | Vcl.DbGrids.pas Vcl.DBGrids.hpp |
Vcl.DBGrids | TCustomDBGrid |
説明
マウスボタンが離されたときの特定の処理を指定します。
Vcl.DBGrids.TCustomDBGrid.MouseUp は Vcl.Grids.TCustomGrid.MouseUp を継承しています。以下の内容はすべて Vcl.Grids.TCustomGrid.MouseUp を参照しています。
マウスボタンが離されたときの特定の処理を指定します。
MouseUp メソッドは,行や列に対する移動処理やサイズ変更処理を完了します。あるいはユーザーがマウスを使ってある範囲のセルを選択しているのであれば,MouseUp はその選択処理を完了します。最後に,MouseUp は,OnMouseUp イベントを生成します。