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

TLVEditedEvent

Specifies an event handler signalled when an edit action is completed for an item in a list view control.

Declaration

Source position: comctrls.pp line 1305

type TLVEditedEvent = procedure(

  Sender: TObject;

  Item: TListItem;

  var AValue: string

) of object;

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