getnumformat()
Description
This function displays the dialog to allow the user to select the number format. The result is returned as a string.
Prototype
getnumformat (
type(wxdialogparent) ,
string parent,
boolean currformat,
localeinfo isinteger,
integer locale )
error
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| parent | None | type(wxdialogparent) | |
| currformat | None | string | |
| isinteger | .false | boolean | |
| locale | None | localeinfo | |
| error | None | integer |


