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
User Guide References
これは役に立ちましたか?