API Documentation > Custom user interface > Object ProUIInputpanel > Function ProUIInputpanelDoubleformatGet
Function ProUIInputpanelDoubleformatGet
Description
Get the format of the double value entered in the inputpanel if the input type of the inputpanel is PROUIINPUTTYPE_DOUBLE.
Synopsis
ProUIInputpanelDoubleformatGet
(
char* dialog
/* (In)
The name of the dialog that contains the inputpanel.
*/
char* component
/* (In)
The name of the inputpanel component.
*/
char** value
/* (Out)
Format of the double value. Free this using ProStringFree().
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
Was this helpful?