| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > IReportGenerator Interface > IReportGenerator Methods >====== ProcessRadio (print a radio button) ====== | [[processoption print an option control .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[processrectangle print a box control .htm|{{btn_next_n.gif|Next page}}]] | | || **ProcessRadio (***RadioFormatGrp// radio, text, comment //**)** {{blk2blue.jpg|blk2blue.jpg}} | **ProcessRadio** | Prints a RADIO control to a target output document. | | //radio// | A TYPEd GROUP structure that holds all of the properties of the target RADIO control. | | //text// | A string constant, variable, EQUATE, or expression containing the RADIO text contents. | | //comment// | A string constant, variable, EQUATE, or expression containing information necessary for the RADIO to be properly rendered to the target document. | The **ProcessRadio **method prints a RADIO control to the appropriate document format. The //comment// parameter is used to send the appropriate formatting information to the target document type, and is limited to 2056 characters. (See [[comment set document formatting .htm|COMMENT]]) **Implementation:** The //radio //group contains the contents, position (outer, inner) and radio state of the radio control from the contents of the passed //RadioFormatGrp//.