TdxListItem.EditCaption Method
Opens the item’s in-place caption editor if it is possible.
Declaration
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