MACROMEDIA COLDFUSION STUDIO 4.5-USING COLDFUSION STUDIO Use Manual page 214

For windows 95/98/nt4/2000
Table of Contents

Advertisement

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
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)
is True, then the current
wbSelect

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion studio 4.5

Table of Contents