Unit 'ComCtrls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#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;