IPCsDocuments ![]() |
Properties and methods of IPCsDocuments 
IPCsApplication
IPCsDocuments
Add ![]() | Creates a new project. Parameters needed: 2 widestrings. One for the template (just use '', if no template should be used), and one for the filename. Notice that a template should be either a .PRO-file or a .STD-file Syntax:function Add(const Template: WideString; const NewFilename: WideString): IPCsDocument; |
Item ![]() | Used to specific select a project in Automation. Parameters needed: an integer. Return type is IPCsDocument ![]() Syntax:property Item[Index: Integer]: IPCsDocument; |
Count ![]() | Number of projects in Automation |
Open ![]() | Opens a project. Parameters needed: 1 widestring, that identify the .PRO-file or .STD-file. The just opened project, will be set to be the active project |
IPCsDocuments
gives access to all projects through Item[integer].
IPCsDocument
is a specific project, (which can be selected through IPCsDocuments.Item[integer]