Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

GetResultAsInteger(ItemPath, PropertyName: String; Default: Integer): Integer;

Source Code

...

Delphi

Code Block
themeRDark
linenumberstrue
collapsetrue
output(GetResultAsInteger(ItemPath, 'Qty', 1));

...