Object Inquiry Built-in Function
Return the height of each row in a table.
row size of TABLE_NAME
TABLE_NAME
The identifier for a table.
Description
Use this built-in function to return the height of each row in the table in dialog units, including horizontal grid line and empty space. This depends, in part, on the font used in the table. You cannot use this built-in during compile-time, nor when the parent of the table is temporary and invisible. Otherwise, an error is printed to the errorlog and returned.
Example
response to item BRowSize from Menu
copy "row size of Table = " (row size of Table) to MsgStr
action SendMsg