DVX_GUI/apps/dvxbasic/controls/textarea.dhs

22 lines
685 B
Text

.topic ctrl.textarea
.title TextArea
.toc 1 TextArea
.index TextArea
.h1 TextArea
VB Equivalent: TextArea (DVX extension) -- DVX Widget: textarea (multi-line text input, max 4096 chars)
A multi-line text editing area. This is a DVX extension with no direct VB3 equivalent (VB uses a TextBox with MultiLine=True). Supports syntax colorization, line numbers, auto-indent, and find/replace via the C API.
.h2 Type-Specific Properties
.table
Property Type Description
-------- ------ -------------------------------------------
Text String The full text content.
.endtable
Default Event: Change
.link ctrl.common.props Common Properties, Events, and Methods