API:Vcl.DBLookup.TDBLookupList.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.DbLookup.pas
Vcl.DBLookup.hpp
Vcl.DBLookup TDBLookupList

Description

Provides special processing when the user releases the mouse button.

Vcl.DBLookup.TDBLookupList.MouseUp inherits from Vcl.DBGrids.TCustomDBGrid.MouseUp. All content below this line refers to Vcl.DBGrids.TCustomDBGrid.MouseUp.

Provides special processing when the user releases the mouse button.

MouseUp is called automatically when the user releases the mouse button. After calling the inherited method, MouseUp locates the cell that was under the mouse when it was released. MouseUp generates an OnTitleClick or OnCellClick event, depending on the location of the mouse.

See Also