OnAdjustStainLoad
Example and syntax
procedure OnAdjustStainLoad(aWrapper:TStainInfoWrapper);
begin
if (aWrapper.OStainColor.Selcode <> aWrapper.IStainColor.Selcode) then
aWrapper.AdjustmentFactor := 1.5;
end;
Last updated
procedure OnAdjustStainLoad(aWrapper:TStainInfoWrapper);
begin
if (aWrapper.OStainColor.Selcode <> aWrapper.IStainColor.Selcode) then
aWrapper.AdjustmentFactor := 1.5;
end;
Last updated