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

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

Advertisement

221
InsertText
procedure InsertText(InsertStr: OleVariant; wbOverwriteSelection: WordBool)
Inserts the passed string at the current cursor position, overwriting the selection if
is True.
wbOverwriteSelection
LastSavedDate
function LastSavedDate()
Returns the datetime value for the last save of the active document file.
Print
procedure Print(wbNoPrompt: WordBool)
Prints the active document. Prompts the user for print settings unless
is
wbNoPrompt
True.
Redo
procedure Redo()
Performs a single redo operation.
Reload
procedure Reload(wbPromptToSave: WordBool)
Reloads the active document, prompting to save changes if
is True.
wbPromptToSave
ReplaceAll
function ReplaceAll(strSearch, strReplace: OleVariant; bMatchCase: WordBool): Integer
Replaces all occurrences of
with
, matching case if
strSearch
strReplace
bMatchCase
is True. Returns the number of replacements made.
Save
function Save: WordBool()
Saves changes to the active document, returning True if successful.
SaveAs
function SaveAs(wsFileName: widestring): WordBool
Saves changes to the active document to the file specified in the
wsFileName
parameter, returning True if successful. If
is empty, the standard "Save As"
wsFileName
dialog box will be displayed to the user. Note that existing files will be overwritten by
this function, so use with caution.
SelectAll
procedure SelectAll()
Selects all the text in the active document,
SelectCurrentLine
procedure SelectCurrentLine()
Highlights the current line.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion studio 4.5

Table of Contents