API 설명서 > Custom user interface > Object ProUIList > Function ProUIListHelptextSet
Function ProUIListHelptextSet
Description
Set the helptext of a list component
Synopsis
#include <ProUIList.h>
ProUIListHelptextSet
(
char* dialog
/* (In)
The name of the dialog that contains the list
*/
char* list
/* (In)
The name of the list component
*/
wchar_t* helptext
/* (In)
The help text
*/
)
Returns
The function was successful
One or more of the arguments are invalid
The function failed
User Guide References
도움이 되셨나요?