( |
|
|
|||
Adds RadioButton to window |
Parameters: | |
Horizontal position in window | |
Vertical position in window | |
Button value | |
Default value | |
RadioButton name | |
Field name from record's or block's database definition | |
WindowBegin("Specify ButonFrame Example",BFrameRClass,CGRcW,RcType); SetWRect(64,80,509,298); ButtonFrame(20,6,123,2,"Function"); RadioButton(20,6,0,0,"Overview",ArtMode); RadioButton(20,22,1,0,"Detailed",ArtMode); EndWindow;
Related topics: |