218
ActiveDocument Object
The ActiveDocument object is used to refer to the document currently being displayed
in the editor. To access an open document that isn’t active, use the
Application.DocumentCache object.
Properties
CanRedo (WordBool, read-only)
True if changes can be re-done.
CanUndo (WordBool, read-only)
True if changes can be undone.
Filename (OleString, read-only)
Filename of the active document.
Lines(Index: integer) (OleString)
Gets/sets the text of the line at the passed index.Iterating through a document using
the Lines property may be slow, especially for large documents. Allaire recommends
that you only use Lines to evaluate single lines of text. If you must use Lines to update
many lines, you can boost performance by wrapping the update in a
BeginUpdate..EndUpdate
block.
LineCount (integer, read-only
Number of lines in the active document.
Modified (WordBool, read-only)
True if the document has been changed since it was last saved.
ReadOnly (WordBool, read-only)
True if the active document is read-only.
SelStart (integer)
Gets/sets the start of the current selection.
SelLength (integer)
Gets/sets the length of the current selection
SelText (OleString)
Gets/sets the text in the current selection.
TabIndex
Gets/sets the tab index of the document tab.
Text (OleString)
Gets/sets the complete document text.
Содержание 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...