TdxListItem.EditCaption Method
In This Article
Opens the item’s in-place caption editor if it is possible.
#Declaration
Delphi
function EditCaption: Boolean;
#Returns
Type | Description |
---|---|
Boolean |
|
#Remarks
The List View control’s ReadOnly property allows you to prohibit all items from opening an in-place caption editor. You can handle the List View’s OnEditing event to prohibit a specific item from opening an in-place editor.
See Also