Documentación de la API > Custom user interface > Object ProUITable > Function ProUITableCellHelptextStringGet
Function ProUITableCellHelptextStringGet
Description
Get the help-text that is displayed while the cursor is over the table cell.
Synopsis
#include <ProUITable.h>
ProUITableCellHelptextStringGet
(
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
/* (Out)
Help text displayed. Free this using ProWstringFree ().
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
¿Fue esto útil?