Description | ||||||||
Reports the current value of the input panel | ||||||||
Synopsis | ||||||||
#include <ProUIInputpanel.h> | ||||||||
ProError | ProUIInputpanelValueGet | ( | ||||||
char* dialog | ||||||||
/* (In) | ||||||||
The name of the dialog that contains the input panel | ||||||||
*/ | ||||||||
char* inputpanel | ||||||||
/* (In) | ||||||||
The name of the input panel component | ||||||||
*/ | ||||||||
wchar_t** value | ||||||||
/* (Out) | ||||||||
The current value of the input panel. The memory for this wide string is allocated by the function and should be freed with ProWstringFree(). | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|