Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetCustomFormulaBar.OnExecuteInsertFunctionDialog Event

In This Article

Occurs immediately prior to invoking the “Insert Function“ dialog.

#Declaration

Delphi
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