Object Inquiry Built-in Function
Return whether column grid lines are on.
(column grid of TABLE_NAME is visible)
TABLE_NAME
The identifier for a table.
Description
This built-in function returns true if column grid lines are on.
Example
response to item BGrid_MC from Menu_AB
copy "grid is visible Table" ": col "
(column grid of Table_TBL is visible) to MsgStr
append ", row " (row grid of Table_TBL is visible)to MsgStr_SV
action SendMsg