
+2
Completed
Add Conmment "directive" so can suppress FixInsignt false positivie (if needed)
Like this kind of
try
LMyObject := DoSomethingWhichSometimesRaiseExcptionWhichICantDoNothingOrByDesign;
except
{ Eat this exception because of this and that FixInSigntSuppressWarnings(W501) }
end;
Would be cleaner the use Comments IMHO than some compiler directive way present now (I think)
try
LMyObject := DoSomethingWhichSometimesRaiseExcptionWhichICantDoNothingOrByDesign;
except
{ Eat this exception because of this and that FixInSigntSuppressWarnings(W501) }
end;
Would be cleaner the use Comments IMHO than some compiler directive way present now (I think)

0
Planned
Roman 10 years ago

0
Started
Roman 10 years ago

0
Completed
Roman 10 years ago
Customer support service by UserEcho