Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > IE > StandardPackage > Constants

TryComment Resource String

Scroll Prev Top Next More

'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

Value

Type: string

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb