Talk:Avoiding implicit try finally section

From Lazarus wiki
Revision as of 05:11, 4 January 2005 by Plugwash (talk | contribs)
Jump to navigationJump to search

Do you know in which cases an implicit try .. finally blockl is created?

its any time the compiler needs it. basically if you use any type which needs compiler magic cleanup. ansitrings,variants,com style interaces,resourcestrings.