DelphiVCL4Python icon indicating copy to clipboard operation
DelphiVCL4Python copied to clipboard

Can't capture exception if exception was handled inside VCL

Open zwm88 opened this issue 3 years ago • 0 comments

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.

zwm88 avatar Sep 14 '22 23:09 zwm88