Documentación de la API > Custom user interface > Object ProUIList > Function ProUIListItemhelptextGet
Function ProUIListItemhelptextGet
Description
Get the helptexts to the set of items in the list.
Synopsis
#include <ProUIList.h>
ProUIListItemhelptextGet
(
char* dialog
/* (In)
The name of the dialog that contains the list.
*/
char* component
/* (In)
The name of the list component.
*/
int* count
/* (Out)
Number of helptexts.
*/
wchar_t*** values
/* (Out)
Array of helptexts corresponding the items in the list. Free this using ProWstringarrayFree().
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
¿Fue esto útil?