'Evaluates and executes the expressions between the try and the optional '+'finally, catch, or except keywords. If the finally or catch keyword exists '+'and an expression raises an exception, the exception will be caught and '+'execution will resume with the expressions after the finally keyword (if '+'one exists) and then after the catch keyword (if one exists). Either the '+'finally or the catch|except keyword may be optional, but not both.'+sLineBreak+'This statement is similar to the object pascal below:'+sLineBreak+' try'+sLineBreak+' try'+sLineBreak+' ...'+sLineBreak+' finally'+sLineBreak+' ...'+sLineBreak+' end'+sLineBreak+' except'+sLineBreak+' ...'+sLineBreak+' end'+sLineBreak+sLineBreak+'Note: if an exception is raised, the exception message will be stored '+'in the local variable, ?__ERROR'
Namespace: StandardPackage
Delphi |
TryComment = 'Evaluates and executes the expressions between the try and the optional '+ |
Value
Type: string
Reference |