To open any link in a new tab, preserving your position in the current article, just hold down the <CTRL> key on your keyboard before clicking the link or click using your mouse wheel.

Properties - GetResultAsInteger - FD

Properties - GetResultAsInteger

Returns the calculated result of the given property.

Default is an optional return value for the function in case of failure. If Default is not provided it defaults to 0

Declaration:

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

Source Code

Delphi

output(GetResultAsInteger(ItemPath, 'Qty', 1));

Copyright 2023 ConstructConnect