Application Object
}
}
RunCodeSweeper
Syntax
RunCodeSweeper();
Description
Runs the CodeSweeper on the active document using the active CodeSweeper. To
change the active CodeSweeper, use
Example
function Main() {
with (Application) {
RunCodeSweeper ();
}
}
SaveAll
Syntax
SaveAll(): WordBool;
Description
Boolean. Saves all open documents. Returns
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();
Sends the main window to the back of other applications.
Description
Example
function Main() {
with (Application) {
SendToBack ();
}
}
.
SetActiveCodeSweeper
if successful.
True
219
Need help?
Do you have a question about the COLDFUSION STUDIO 5-USING COLDFUSION 5 STUDIO and is the answer not in the manual?