Embarcadero/DelphiVCL4Python

Can't capture exception if exception was handled inside VCL

zwm88 opened this issue · 0 comments

zwm88 commented

Using TImage:

self.Image1.Picture.LoadFromFile(None)

The code will be failed and a Message Box will be popped up. Then, no further code will be execute.

Neither "try...except..." nor "try ... finally ..." will work.