Documentación de la API > Custom user interface > Object ProUIList > Function ProUIListItemhelptextSet
Function ProUIListItemhelptextSet
Description
Set the help text of the list
Synopsis
#include <ProUIList.h>
ProUIListItemhelptextSet
(
char* dialog
/* (In)
The name of the dialog that contains the list
*/
char* list
/* (In)
The name of the list component
*/
int n_items
/* (In)
The number of lines in the array.
*/
wchar_t** itemhelptext
/* (In)
An array of help lines, one for each item
*/
)
Returns
The function was successful
One or more of the arguments are invalid
The function failed
User Guide References
¿Fue esto útil?