Function ProUITableHide
Description
Causes the table to be invisible.
Synopsis
#include <ProUITable.h>
ProUITableHide
(
char* dialog
/* (In)
The name of the dialog that contains the table.
*/
char* component
/* (In)
The table name.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
See Also
PrOUITableIsVisible
User Guide References
도움이 되셨나요?