Versions Compared

Key

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

Properties - GetResultAsFloat

Returns the calculated result of the given property.

...

GetResultAsBoolean(ItemPath, PropertyName: String; Default: Double): Double;

Source Code

...

Delphi

Code Block
languagedelphi
themeRDark
titleScripting
linenumberstrue
collapsetrue
output(GetResultAsFloat(ItemPath, 'Qty', 1));

...