.. highlightlang:: us .. _reportcontrol_removeselection: ReportControl_RemoveSelection ============================= .. index:: ReportControl_RemoveSelection .. us.tag ReportControl_RemoveSelection NOTREADYENGLISH New422 DialogBoxes :ref:`ReportControl_RemoveSelection` is a helper function to remove the selected records from a report control. Add a button to the control and call this function in the button callback function. .. function:: svInit = ReportControl_RemoveSelection(svInit, nControl) .. us.return **Return Value** *svInit* is a string vector to initialize the dialog box, see :ref:`DialogBox`. .. us.params **Parameters** .. uparam:: svInit *svInit* is a string vector to initialize the dialog box, see :ref:`DialogBox`. .. uparam:: iControl *iControl* is the index of the report control and refers to the vector *svInit*. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 4.2.2 - New .. seealso:: :ref:`overview-dialogboxes`, :ref:`DialogBox`, :ref:`ReportControl_SelUpOrDown` :sub:`id-776257`