IPCsPages ![]() |
Properties and methods of IPCsPages 
IPCsApplication
IPCsDocument
IPCsPages
Add ![]() | Adds a page to a project. Parameters needed: a psPageFunction and an empty string (''). Returns a IPCsPage ![]() Syntax:function Add(PageFunction: psPageFunction; const Template: WideString): IPCsPage; |
Insert ![]() | Inserts a page to a project, in a specific position. Parameters needed: a integer that specifies pageindex, a psPageFunction and an empty string (''). Returns a IPCsPage ![]() Syntax:function Add(Index: Integer; PageFunction: psPageFunction; const Template: WideString): IPCsPage; |
Item ![]() | Used to access a specific page in a project. Parameters needed: an integer. Return type is IPCsPage ![]() Syntax:property Item[Index: Integer]: IPCsPage; |
Count ![]() | Number of pages in the project |
From IPCsPages it possible to create, modify or delete Symbols, Texts, Lines, Arcs and Datafields in a diagram.
IPCsPages
gives access to all pages in the project through Item[integer].
IPCsPage
is a specific page, (which can be selected through IPCsPages.Item[integer]