prop_choicefeq.htm
Navigation: Language Reference > App C - PROP: Runtime Properties > Complete Property List >====== PROP:ChoiceFeq ====== | |
Returns or sets the field number of the currently selected TAB in a SHEET, or RADIO in an OPTION structure.
Example:
WinView WINDOW('Child One'),AT(0,0,320,200),MDI,MAX,HVSCROLL
OPTION('Option 1'),USE(OptVar1),KEY(F10Key),HLP('Option1Help')
RADIO('Radio 1'),AT(0,0,20,20),USE(?R1)
RADIO('Radio 2'),AT(20,0,20,20),USE(?R2)
END
END
CODE
OPEN(WinView)
?OptVar1{PROP:ChoiceFeq} = ?R1 !Select radio one
ACCEPT
END
See Also:
prop_choicefeq.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1