Skip to main content

TdxSpreadSheetReportDesigner.OnHideFieldChooser Event

Enables you to respond to hiding the report Field Chooser.

Declaration

property OnHideFieldChooser: TNotifyEvent read; write;

Remarks

This event is fired when the Report Designer’s Field Chooser is hidden by calling the FieldChooser.Hide procedure.

The Sender parameter specifies the field chooser form that raised the OnHideFieldChooser event.

See Also