TdxSpreadSheetHistoryCustomCommand.ActionClass Method
Returns a reference to the compatible history action class.
Declaration
class function ActionClass: TdxSpreadSheetHistoryActionClass; virtual;
Returns
Type |
---|
TdxSpreadSheetHistoryActionClass |
Remarks
A spreadsheet control’s History.AddCommand procedure calls the ActionClass function to create a history action compatible with an accepted change command.
See Also