222
SelectLine
procedure SelectLine(Index: Integer)
Highlights the passed line.
SetCaretPos
procedure SetCaretPos(x, y: Integer)
Sets the current column/line.
TextPosToEditorPos
function TextPosToEditorPos()
Takes the passed cursor position and subtracts the number of linefeeds the text
contains. You can then pass the value to another VTOM function to position the cursor
correctly.
Undo
procedure Undo()
Performs a single undo operation.
Unindent
procedure Unindent()
Unindents the current selection.
Cursor Movement Procedures
Use these methods to position the cursor. If
wbSelect
is True, then the current
selection will be extended to the new cursor position.
procedure CursorDocEnd(wbSelect: WordBool)
procedure CursorDocStart(wbSelect: WordBool)
procedure CursorDown(wbSelect: WordBool)
procedure CursorLeft(wbSelect: WordBool)
procedure CursorLineEnd(wbSelect: WordBool)
procedure CursorLineStart(wbSelect: WordBool)
procedure CursorPageDown(wbSelect: WordBool)
procedure CursorPageUp(wbSelect: WordBool)
procedure CursorRight(wbSelect: WordBool)
procedure CursorUp(wbSelect: WordBool)
procedure CursorWordLeft(wbSelect: WordBool)
procedure CursorWordRight(wbSelect: WordBool)
Содержание COLDFUSION STUDIO 4.5-USING COLDFUSION...
Страница 1: ...Allaire Corporation Using ColdFusion Studio ColdFusion Studio 4 5 for Windows 95 98 NT4 2000...
Страница 16: ...xvi Contacting Allaire...
Страница 90: ...82...
Страница 130: ...122...
Страница 133: ...141 Two VTML tags CAT and E let you customize the content of these dialog boxes...
Страница 182: ...190...