Documentación de la API > Custom user interface > Object ProUITable > Function ProUITableCellHelpTextSet
Function ProUITableCellHelpTextSet
Description
Sets the help text for the table cell.
Synopsis
#include <ProUITable.h>
ProUITableCellHelpTextSet
(
char* dialog
/* (In)
The name of the dialog that contains the table.
*/
char* component
/* (In)
The table name.
*/
char* row
/* (In)
The table row name.
*/
char* column
/* (In)
The table column name.
*/
wchar_t* help_text
/* (In)
The cell help text.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
¿Fue esto útil?