Specifies an event handler signalled when an edit action is started for an item in a list view control.
Source position: comctrls.pp line 1303
type TLVEditingEvent = procedure( |
Sender: TObject; |
Item: TListItem; |
var AllowEdit: Boolean |
) of object; |