Function ProUIInputpanelValueGet
Description
Reports the current value of the input panel
Synopsis
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
The function was successful
The function failed
Sample Code References
User Guide References
これは役に立ちましたか?