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