Reflect (open)
Try to pause execution while reflecting on the contents of the value
Syntax
// Core function, no LOADLIB necessary
VARIANT FUNCTION Reflect(VARIANT value, RECORD options)Parameters
VARIANT valueValue to reflect on
RECORD optionsReflection options
expandlevelHow many levels to expand
formatReflection format (allowed values: "tree", "tree:", "boxed")
hidedebugbuttonSet to TRUE to hide the 'debug' button in the reflect dialog
hidestacktraceSet to TRUE to hide the stack trace in the reflect dialog
showprivateWhether to show private members
Return value
VARIANTThe value passed into reflect.