TdxSpreadSheetCustomFormulaBar.OnExecuteInsertFunctionDialog Event
Occurs immediately prior to invoking the “Insert Function“ dialog.
Declaration
property OnExecuteInsertFunctionDialog: TdxSpreadSheetFormulaBarExecuteInsertFunctionDialogEvent read; write;
Remarks
You can handle this event to replace the default “Insert Function” dialog with a custom implementation and/or perform additional actions on invoking the dialog.
Refer to the TdxSpreadSheetFormulaBarExecuteInsertFunctionDialogEvent procedural type description for detailed information on all parameters accessible from an OnExecuteInsertFunctionDialog event handler.
See Also