Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetTableView.HideEdit(Boolean) Method

Closes an active in-place cell editor.

#Declaration

Delphi
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