API Documentation > Custom user interface > Object ProUITable > Function ProUITableCellHelptextStringSet
Function ProUITableCellHelptextStringSet
Description
Set the help-text to be displayed when the cursor is over the table cell.
Synopsis
#include <ProUITable.h>
ProUITableCellHelptextStringSet
(
char* dialog
/* (In)
The name of the dialog that contains the table.
*/
char* component
/* (In)
The table name.
*/
char* row
/* (In)
Row of the table.
*/
char* column
/* (In)
Column of the table.
*/
wchar_t* help_text
/* (In)
Help text to be displayed.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
Was this helpful?