Versions Compared

Key

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

Properties - GetResultAsInteger

Returns the calculated result of the given property.

...

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

Source Code

...

Delphi

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

...