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

TListItem.EditCaption

Makes the item the selection in the list view control and displays the editor when allowed.

Declaration

Source position: comctrls.pp line 1059

public function TListItem.EditCaption: Boolean;

Function result

True if the control is not ReadOnly and the editor is valid, otherwise False.

See also

TCustomListView.Selected

  

Contains the selected list item in the list view control.

TCustomListView.ReadOnly

  

Disables editing of list items on the control when set to True.