Function ProUITableEnable
Description
Sets the table to be sensitive to user input.
Synopsis
#include <ProUITable.h>
ProUITableEnable
(
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
User Guide References
Was this helpful?