Skip to main content

TdxSpreadSheetNewComment Class

An action object that corresponds to the NewComment command provided by the Spreadsheet and Report Designer controls.

Declaration

TdxSpreadSheetNewComment = class(
    TdxSpreadSheetCustomCommentAction
)

Remarks

This class does not introduce any new public members. Executing this action object results in:

UI elements linked to a TdxSpreadSheetNewComment action object are enabled only if the following conditions are met:

Note

Both TdxSpreadSheetNewComment and TdxSpreadSheetEditComment action objects work identically, invoking the EditComment procedure for the currently active Table View worksheet.

See Also