Difference between revisions of "Talk:Avoiding implicit try finally section"

From Free Pascal wiki
Jump to navigationJump to search
 
Line 1: Line 1:
 
Do you know in which cases an implicit try .. finally blockl is created?
 
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.

Revision as of 04:11, 4 January 2005

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.