Skip to main content

TdxListItem.EditCaption Method

Opens the item’s in-place caption editor if it is possible.

Declaration

function EditCaption: Boolean;

Returns

Type Description
Boolean

True if the function call opens an in-place editor; otherwise, False.

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