...
GetResultAsBoolean(ItemPath, PropertyName: String; Default: Double): Double;
Source Code
...
Delphi
Code Block | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
output(GetResultAsFloat(ItemPath, 'Qty', 1)); |
...
...
GetResultAsBoolean(ItemPath, PropertyName: String; Default: Double): Double;
...
Code Block | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
output(GetResultAsFloat(ItemPath, 'Qty', 1)); |
...