Properties - GetResultAsFloat
Returns the calculated result of the given property.
...
GetResultAsBoolean(ItemPath, PropertyName: String; Default: Double): Double;
Source Code
...
Delphi
Code Block | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
output(GetResultAsFloat(ItemPath, 'Qty', 1)); |
...
Returns the calculated result of the given property.
...
GetResultAsBoolean(ItemPath, PropertyName: String; Default: Double): Double;
...
Code Block | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
output(GetResultAsFloat(ItemPath, 'Qty', 1)); |
...