Vcl.Grids.TInplaceEditList.StopTracking

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure StopTracking;

C++

void __fastcall StopTracking();

Properties

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

Description

Stops the button from receiving mouse events.

The StopTracking method is used internally to stop the button that opens the pick list from capturing mouse events.

See Also