[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 1565

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


Version 3.2 Generated 2024-02-25 Home