Skip to main content

TdxSpreadSheetTableView.ShowEdit Method

Activates an in-place editor for the focused cell.

Declaration

procedure ShowEdit;

Remarks

The ShowEdit, ShowEditByKey, and ShowEditByMouse procedures are designed to activate an in-place cell editor programmatically.

Invoke this procedure to activate the focused cell’s in-place editor programmatically. If the Spreadsheet control is not focused, calling the ShowEdit procedure has no effect. Otherwise, ShowEdit emulates a double-click on the focused cell made by an end-user.

To close the active in-place cell editor, invoke the HideEdit procedure.

Note

You may need to move the input focus to the Spreadsheet control by calling its SetFocus method prior to invoking the ShowEdit procedure.

See Also