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 value

Value to reflect on

RECORD options

Reflection options

expandlevel

How many levels to expand

format

Reflection format (allowed values: "tree", "tree:", "boxed")

hidedebugbutton

Set to TRUE to hide the 'debug' button in the reflect dialog

hidestacktrace

Set to TRUE to hide the stack trace in the reflect dialog

showprivate

Whether to show private members

Return value

VARIANT

The value passed into reflect.