Try Catch Except

ID26
Link ReferenceNot set
Link CreditsNot set
Link Technical DocumentationNot set
PlCodelangDelphi
PlGroupExceptions
PlItemTitleTry Catch Except
Codetry
// Code
except
// Handle the exception here...
end;

Result Example