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

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 4.0 Generated 2025-05-03 Home