TextBox

Members

Properties

acceptsReturn
bool acceptsReturn [@property setter]
bool acceptsReturn [@property getter]
characterCasing
CharacterCasing characterCasing [@property setter]
CharacterCasing characterCasing [@property getter]
passwordChar
dchar passwordChar [@property setter]
dchar passwordChar [@property getter]
scrollBars
ScrollBars scrollBars [@property setter]
ScrollBars scrollBars [@property getter]
textAlign
HorizontalAlignment textAlign [@property setter]
HorizontalAlignment textAlign [@property getter]

Inherited Members

From TextBoxBase

acceptsTab
bool acceptsTab [@property setter]
bool acceptsTab [@property getter]
borderStyle
BorderStyle borderStyle [@property setter]
BorderStyle borderStyle [@property getter]
canUndo
bool canUndo [@property getter]
hideSelection
bool hideSelection [@property setter]
bool hideSelection [@property getter]
lines
Dstring[] lines [@property setter]
Dstring[] lines [@property getter]
maxLength
uint maxLength [@property setter]
uint maxLength [@property getter]
getLineCount
uint getLineCount()
modified
bool modified [@property setter]
bool modified [@property getter]
multiline
bool multiline [@property setter]
bool multiline [@property getter]
readOnly
bool readOnly [@property setter]
bool readOnly [@property getter]
selectedText
Dstring selectedText [@property setter]
Dstring selectedText [@property getter]
selectionLength
uint selectionLength [@property setter]
uint selectionLength [@property getter]
selectionStart
uint selectionStart [@property setter]
uint selectionStart [@property getter]
textLength
uint textLength [@property getter]
wordWrap
bool wordWrap [@property setter]
bool wordWrap [@property getter]
appendText
void appendText(Dstring txt)
clear
void clear()
clearUndo
void clearUndo()
copy
void copy()
cut
void cut()
paste
void paste()
scrollToCaret
void scrollToCaret()
select
void select(uint start, uint length)
selectAll
void selectAll()
undo
void undo()
getFirstCharIndexFromLine
int getFirstCharIndexFromLine(int line)
getFirstCharIndexOfCurrentLine
int getFirstCharIndexOfCurrentLine()
getLineFromCharIndex
int getLineFromCharIndex(int charIndex)
getPositionFromCharIndex
Point getPositionFromCharIndex(int charIndex)
getCharIndexFromPosition
int getCharIndexFromPosition(Point pt)

Meta