API:Vcl.DBGrids.TCustomDBGrid.MouseUp

From RAD Studio API Documentation
Jump to: navigation, search

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);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TCustomDBGrid

Description

Provides special processing when the user releases the mouse button.

Vcl.DBGrids.TCustomDBGrid.MouseUp inherits from Vcl.Grids.TCustomGrid.MouseUp. All content below this line refers to Vcl.Grids.TCustomGrid.MouseUp.

Provides special processing when the user releases the mouse button.

MouseUp finishes a move or resize operation on a row or column, or if the user is selecting a range of cells using the mouse, MouseUp finishes the select operation. Finally, MouseUp generates an OnMouseUp event.

See Also