Object Inquiry Built-in Function
Return the identifier of the radio button in a group that is checked.
checked in group RBG_NAME from DR_NAME
RBG_NAME
The identifier for a radio button group.
from DR_NAME
The identifier for the dialog box or dialog region in which RBG_NAME is defined.
Description
This function returns a string containing the object name of the radio button currently checked in the specified group.
Example
action QueryGraph_DR is
copy checked in group Graph_Types from Graph_DR to Graph_Name
See Also
check and uncheck Action Statements
is checked Object/Item Inquiry Built-in Function