Net.Data Books

Language Environment Interface Reference

dtw_table_Delete()

Usage

Deletes all of the column headings, table values, and the table object.

Format

int dtw_table_Delete(void *table)

Parameters

table A pointer to the table to delete.

Examples

void *myTable;
 
rc = dtw_table_Delete(myTable);


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