Vcl.Grids.TInplaceEditList.ListMouseUp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ListMouseUp(Sender: TObject; Button: TMouseButton;  Shift: TShiftState; X, Y: Integer);

C++

void __fastcall ListMouseUp(System::TObject* Sender, System::Uitypes::TMouseButton Button, System::Classes::TShiftState Shift, int X, int Y);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TInplaceEditList

Description

Responds when the user releases a mouse button previously pressed on the pick list.

The ListMouseUp method responds when the user releases a previously pressed mouse button while the cursor's hot spot is over the pick list. As implemented in TInplaceEditList, ListMouseUp verifies if the user clicked an item in the pick list and, if so, writes the value of the selected list item in the current grid cell.

See Also