Skip to main content

TdxSpreadSheetCustomEditAction Class

The base class for all action classes that implement worksheet edit commands.

Declaration

TdxSpreadSheetCustomEditAction = class(
    TdxSpreadSheetAction
)

Remarks

This class does not introduce any new public members. The TdxSpreadSheetCustomEditAction class implements the checks for availability conditions common to all worksheet content editing action objects, including:

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

See Also