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:
Spreadsheet document editing permission specified by the control’s OptionsBehavior.Editing property;
The current state of an in-place cell editor returned by the active worksheet‘s IsEditing property.
You do not need to create instances of the TdxSpreadSheetCustomEditAction class. Use its descendants instead.
Inheritance
Show 11 items
See Also