For this topic’s original documentation, see the FIN() Function - File Information.
In BBj 4.0 and higher, BBj returns the following with a SYSWINDOW channel and IND=3. Obtain the template itself with TMPL(chan,IND=3) on the same channel.
FIN(syswindow_chan,IND=3)
|
Value |
Meaning |
|
term_x:i(2) |
Pixel location of upper left corner of the SYSWINDOW frame, relative to the screen. |
|
term_y:i(2) |
Pixel location of upper left corner of the SYSWINDOW frame, relative to the screen. |
|
term_width:u(2) |
Pixel width of the SYSWINDOW frame. |
|
term_height:u(2) |
Pixel height of the SYSWINDOW frame. |
In BBj 4.0 and higher, BBj returns the following with a SYSWINDOW channel and IND=4. Obtain the template itself with TMPL(chan,IND=4) on the same channel.
FIN(syswindow_chan,IND=3)
|
Value |
Meaning |
|
top_width:u(2) |
Pixel width of the SYSWINDOW frame’s top border and title bar. |
|
left_width:u(2) |
Pixel width of the SYSWINDOW frame’s left border. |
|
right_width:u(2) |
Pixel width of the SYSWINDOW frame’s right border. |
|
bottom_width:u(2) |
Pixel width of the SYSWINDOW frame’s bottom border. |
|
menu_height:u(2) |
Pixel width of the SYSWINDOW frame’s menu bar. |