TdxSpreadSheetReportDesigner.OnShowFieldChooser Event
Enables you to respond to displaying the report Field Chooser.
Declaration
property OnShowFieldChooser: TNotifyEvent read; write;
Remarks
This event is fired when the Report Designer’s field chooser is displayed by calling the FieldChooser.Show procedure.
The Sender parameter specifies the field chooser form that raised the OnShowFieldChooser event.
See Also