skip to main content

Controls Reference : RADIO-BUTTON : Properties : Layout-data

Layout-data
The Layout Manager can use this data to help determine the way to show the control. Each manager forces its own interpretation of the meaning of this data.
Possible values are listed in the isresize.def Copybook.
 
Example - Define a radio button that allows resize in X and Y and a maximum and minimum size in width and height
screen section.
  03 screen-1-rb-2 Radio-Button
     line 20.6
     column 21.7
     size 10.9 cells 
     lines 5.4 cells 
     max-width 40.0
     min-width 10.0
     min-height 5.0
     max-height 20.0
     layout-data 17
     hint "Select this as alternative option"
     title "Option 2"

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left