TdxSpreadSheetNextComment Class
In This Article
An action object that corresponds to the NextComment command provided by the Spreadsheet and Report Designer controls.
#Declaration
Delphi
TdxSpreadSheetNextComment = class(
TdxSpreadSheetCustomCommentNavigationAction
)
#Remarks
This class does not introduce any new public members. Executing this action object moves focus to the nearest floating comment container located below and/or to the right of the current selection.
UI elements linked to a TdxSpreadSheetNextComment
action object are enabled only if the following conditions are met:
- Spreadsheet document editing is allowed (i.e., the control’s OptionsBehavior.Editing property is set to
True
). - An in-place editor is inactive (the active worksheet‘s IsEditing property returns
False
). - There is a comment container located below and/or to the right of the current selection.
#Inheritance
Show 15 items
See Also