GetQty
Example
function GetQty(aWrapper: TWorkWrapper):Integer;
begin
if aWrapper.SashHeight > 1204 then
Result := 3
else
Result := 2;
end;Last updated
function GetQty(aWrapper: TWorkWrapper):Integer;
begin
if aWrapper.SashHeight > 1204 then
Result := 3
else
Result := 2;
end;Last updated