PropertyObject.DisplayEditNumericFormatDialog
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
PropertyObject.DisplayEditNumericFormatDialog
Syntax
PropertyObject.DisplayEditNumericFormatDialog( dlgTitle, validFormat, dlgOptions = 0)
Return Value
Returns True if you click OK in the dialog box. Returns False if you click Cancel .
Purpose
Launches a dialog box in which you can edit a numeric format string used to display numbers.
Parameters
dlgTitle As String
[In] Specifies the title of the dialog box. Pass an empty string to use the default title for the dialog box.
validFormat As Boolean
[Out] Returns True if the returned format is valid, otherwise returns False .
dlgOptions As Long
[In] Specifies any combination of the EditNumericFormatOptions constants.
This parameter has a default value of 0 .
See Also
Thread Safety of the PropertyObject API and TestStand Variables