Properties - GetResultAsFloat
Text:
API Call:Returns the calculated result of the given property.
Default is an optional return value for the function in case of failure. If Default is not provided it defaults to 0.
Declaration:
GetResultAsBoolean(ItemPath, PropertyName: String; Default: Double): Double;
Source Code
Delphi
Code Block | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
output(GetResultAsFloat(ItemPath, 'Qty', 1)); |