Category Custom user interface, Object ProUITable

Function ProUITableCellHelptextStringSet


Description
Set the help-text to be displayed when the cursor is over the table cell.
Synopsis
#include <ProUITable.h>
ProErrorProUITableCellHelptextStringSet(
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
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_GENERAL_ERRORThe function failed.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. User Interface: Dialogs: Table Cell Functions
  2. User Interface: Dialogs: Table Cell Functions