[fpc-pascal] Re: Fpc Access Violation if AppConfigDir doesn't exist.
José Mejuto
joshyfun at gmail.com
Tue Feb 12 13:41:35 CET 2013
El 12/02/2013 13:29, Giuliano Colla escribió:
> My conclusion is that one can't properly handle INI files with just a
> try..finally construct, as all examples show, because a possible error
> will propagate outside the construct, with unpredictable effects (in
> this case the FormClose procedure doesn't properly complete).
Hello,
Finally always propagate the exception bubbling up looking for other
exception handler, and that's its job, in comparation to except handler
which "eat" the exception and if you need to propagate it again you must
"Raise" in the exception handler.
--
More information about the fpc-pascal
mailing list