Application Object
219
}
}
RunCodeSweeper
Syntax
RunCodeSweeper();
Description
Runs the CodeSweeper on the active document using the active CodeSweeper. To
change the active CodeSweeper, use
SetActiveCodeSweeper
.
Example
function Main() {
with (Application) {
RunCodeSweeper ();
}
}
SaveAll
Syntax
SaveAll(): WordBool;
Description
Boolean. Saves all open documents. Returns
True
if successful.
Example
function Main() {
with (Application) {
SaveAll ();
}
}
SaveResultsToFile
Syntax
SaveResultsToFile(const wsFile): WideString;
Description
Saves the contents of the active Results window to the named file.
Example
function Main() {
with (Application) {
SaveResultsToFile();
}
}
SendToBack
Syntax
SendToBack();
Description
Sends the main window to the back of other applications.
Example
function Main() {
with (Application) {
SendToBack ();
}
}
Содержание ColdFusion Server 5
Страница 18: ...xviii About This Book...
Страница 26: ...8 Chapter 1 Setting Up the Product...
Страница 42: ...24 Chapter 2 Configuring Browsers and Servers...
Страница 60: ...42 Chapter 3 Exploring the Workspace...
Страница 100: ...82 Chapter 6 Editing Pages...
Страница 126: ...108 Chapter 7 Using Web Development Languages...
Страница 212: ...194 Chapter 13 Customizing the Development Environment...
Страница 320: ...302 Glossary...