[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TCustomListView.DblClick

Performs actions needed when the control is double clicked.

Declaration

Source position: comctrls.pp line 1549

protected procedure TCustomListView.DblClick; override;

Description

Calls the inherited DblClick method. Ensures that ShowEditorQueued is set to True when the control has an assigned editor and is not marked as read-only.

See also

TControl.DblClick

  

Signals the OnDblClick event handler (when assigned).

The latest version of this document can be found at lazarus-ccr.sourceforge.net.