Skip to main content

TdxSpreadSheetCustomCommentAction Class

The base class for all action classes that implement end-user commands related to comment containers.

Declaration

TdxSpreadSheetCustomCommentAction = class(
    TdxSpreadSheetCustomContainerAction
)

Remarks

This class does not introduce any new public members. The TdxSpreadSheetCustomCommentAction class implements the basic functionality required by the TdxSpreadSheetEditComment, TdxSpreadSheetNewComment, TdxSpreadSheetNextComment, TdxSpreadSheetPreviousComment, and TdxSpreadSheetShowHideComments action objects.

You do not need to create instances of the TdxSpreadSheetCustomCommentAction class. Use its descendants instead.

See Also