This function verifies a property of type Float for any SapGui control.
SapGui.bdh
SapGuiVerifyPropertyFloat( in sControlId : string, in sName : string, in fValue : float, in nOptions : number optional, in nSeverity : number optional := SEVERITY_ERROR ) : boolean;
Parameter | Description |
---|---|
sControlId | The unique of the control. |
sName | The name of the property |
fValue | The value to be verified. |
nOptions |
This parameter specifies the type of check to be performed. Available options are:
|
nSeverity |
Optional: Severity of the error that is raised if the verification fails. Can be one of the following values:
|