TdxSpreadSheetTableView.HideEdit(Boolean) Method
Closes an active in-place cell editor.
Declaration
procedure HideEdit(Accept: Boolean);
Parameters
Name | Type |
---|---|
Accept | Boolean |
Remarks
Call this procedure to close an active in-place editor being used for changing the focused cell’s content. To identify whether an in-place editor is active, read the IsEditing property. The HideEdit procedure is useful for accepting or declining in-place editor changes programmatically. To accept and post changes, set the Accept parameter to True. If Accept is False, the changes are discarded and the old cell value is restored.
See Also