Skip to main content

TdxSpreadSheetCustomCommentNavigationAction Class

The base class for action classes that implement all comment container navigation commands.

Declaration

TdxSpreadSheetCustomCommentNavigationAction = class(
    TdxSpreadSheetCustomCommentAction
)

Remarks

This class is the direct ancestor of the TdxSpreadSheetNextComment and TdxSpreadSheetPreviousComment classes.

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

See Also