Documentação da API > Custom user interface > Object ProUISpinbox > Function ProUISpinboxDoubleincrementGet
Function ProUISpinboxDoubleincrementGet
Description
Get incremental value for double when spinbox value is double.
Synopsis
#include <ProUISpinbox.h>
ProUISpinboxDoubleincrementGet
(
char* dialog
/* (In)
The name of the dialog that contains the spinbox.
*/
char* component
/* (In)
The name of the spinbox component.
*/
double* value
/* (Out)
Incremental value for double in spinbox.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
Isto foi útil?