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.EditComment Method

In This Article

Invokes the Customize Object dialog window with the active Text tab for a comment container.

#Declaration

Delphi
procedure EditComment; virtual;

#Remarks

If there is a comment container associated with the currently focused cell, this procedure invokes the Customize Object dialog window for this container. If the focused cell is not commented, the EditComment procedure creates a new comment container and activates the Customize Object dialog for it.

Calling the EditComment procedure emulates the Shift+F2 key combination pressed by an end-user.

Note

If the CanEditComment function returns False, calling the EditComment procedure has no effect.

See Also