203
CloseProject
function CloseProject(wbCloseOpenFiles: WordBool): WordBool
Closes the active project, if any. If
wbCloseOpenFiles
is True, then all open files are
closed.
OpenProject
function OpenProject(const wsProjectFile: WideString): WordBool
Opens the passed project file, making it the active project. Pass an empty string to
display the Open Project dialog box.
RemoveFileFromProject
function RemoveFileFromProject(const wsFilename: WideString): WordBool
Removes the passed file from the active project.
ShowLastProjectError
function ShowLastProjectError
()
Displays an error message for the last project-related error.
UploadProjectDlg
function UploadProjectDlg
()
: WordBool
Displays the upload project dialog box for the active project.
UploadProject
function UploadProject(const wsTargetDir: WideString; const wbForceLCase,
wbUploadOnlyNewer, wbEncryptCFML: WordBool): WordBool
Uploads a project based on the passed criteria. Note that
wbEncryptCFML
is specific to
ColdFusion Studio.
Toolbar methods
Each toolbar is identified by a unique name which displays in the title bar caption
when the toolbar is undocked. No two toolbars can have the same name. Toolbars are
loaded from files in the toolbar directory, which can be obtained from the
ToolbarDir
property. Toolbar names are the same as their file names without the path or
extension. So if the toolbar file is
\toolbars\Custom.tbr
, then the toolbar name is
Custom. Also note that toolbutton captions are limited to two characters.
AddAppToolbutton
function AddAppToolbutton(wsToolbarName, wsExeFile, wsCmdLine, wsHint:
WideString): WordBool
Adds a toolbutton for an external application to the passed toolbar. Fails if the toolbar
doesn’t exist or if the toolbutton could not be added. Returns True if the same
toolbutton (based on
wsExeFile
and
wsCmdLine
) already exists on the toolbar, but
doesn’t add a duplicate button.
Содержание 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...