API 文件集 > Custom user interface > Object ProUITable > Function ProUITableIsVisible
Function ProUITableIsVisible
Description
Synopsis
#include <ProUITable.h>
ProUITableIsVisible
(
char* dialog
/* (In)
The name of the dialog that contains the table.
*/
char* component
/* (In)
The table name.
*/
ProBoolean* state
/* (Out)
Whether or not the table is visible.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
這是否有幫助?