API Documentation > Custom user interface > Object ProUITree > Function ProUITreeHelptextGet
Function ProUITreeHelptextGet
Description
Get the help text that will be displayed when the cursor is over a tree.
Synopsis
#include <ProUITree.h>
ProUITreeHelptextGet
(
char* dialog
/* (In)
The name of the dialog that contains the tree.
*/
char* component
/* (In)
The name of the tree component.
*/
wchar_t** value
/* (Out)
Help text for the tree. Free this using ProWstringFree().
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
Was this helpful?