dtw_table_Rows()

Usage

Returns the current number of rows in the table.

Format

int dtw_table_Rows(void *table)

Parameters
table A pointer to the table whose current number of rows is returned.

Examples

void *myTable;
     int currentRows;
 
     currentRows = dtw_table_Rows(myTable);


[ Top of Page | Previous Page | Next Page | Index ]