Skip to main content

TdxSpreadSheetEditComment Class

An action object that implements the EditComment end-user command in Spreadsheet and Report Designer-based applications.

Declaration

TdxSpreadSheetEditComment = class(
    TdxSpreadSheetCustomCommentAction
)

Remarks

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

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

Note

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

See Also