To obtain debugging information about TextField objects, you can use the Debug > List Variables command or the Debug > List Objects command in the test environment. When you use Debug > List Variables, the Output panel uses the following conventions to show TextField properties:
No more than four properties appear on a line.
A property with a string value appears on a separate line.
Color properties appear as hexadecimal numbers (0x00FF00).
The properties appear in the following order: variable, text, htmlText, html, textWidth, textHeight, maxChars, borderColor, backgroundColor, textColor, border, background, wordWrap, password, multiline, selectable, scroll, hscroll, maxscroll, maxhscroll, bottomScroll, type, embedFonts, restrict, length, tabIndex, autoSize.
The Debug > List Objects command lists TextField objects. If an instance name is specified for a text field, the Output panel shows the full target path including the instance name in the following form:
Target = "target path"