When you call EditCaption
on a TListItem, there is a Edit appearing on it's ListView allowing the user to change the text in the first column of the ListItem.
Is it possible to programmatically check if there's currently such an edit displayed somewhere on a Listview or not?
You can determine whether the list view is being edited by the IsEditing method.