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