Purpose | With GetTableAttribute you can read attributes of a table displayed on screen (table control). |
Example |
GetTableAttribute T[Table]
firstVisibleRow=fVisRow
lastVisibleRow=lVisRow
lastRow=lastRow The specified attributes of the table are read into the variables V[fVisRow],, V[lVisRow], V[lastRow]. |
Format |
GetTableAttribute tabid
... attribute=varName
... Following attributes are available: firstVisibleRow= Number of the first row that is visible on screen (starting with 1) lastVisibleRow= Number of the last row that is visible on screen lastRow= Number of the last row of the table (independent of its visualization) For example, at the beginning of a table display you could have firstVisibleRow=1, lastVisibleRow=12, lastRow=115; i.e. rows 1 to 12 are currently displayed, and the table has 115 rows in total. |
Tips & Tricks |
|
Components | GuiXT (only useful with InputAssistant) |