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