API 文件集 > Miscellaneous > Object ProTable > Function ProTableDisplay
Function ProTableDisplay
Description
Displays the table.
Synopsis
#include <ProTable.h>
ProTableDisplay
(
ProTable* table
/* (In)
The table to display.
*/
/* (In)
The combination state to display to. Pass NULL for drawing table.
*/
)
Returns
The table was deleted.
The specified table was NULL.
The function failed.
The object or model can't be modified.
這是否有幫助?