Unit 'ComCtrls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TCustomListView.DoEndEdit

Performs actions when editing has been completed for an item in the control.

Declaration

Source position: comctrls.pp line 1529

protected procedure TCustomListView.DoEndEdit(

  AItem: TListItem;

  const AValue: string

); virtual;

Description

Calls an overridden Edit method when available, or signals the OnEdited event handler (when assigned).