IPCsLines


Topic:

Properties and methods of IPCsLines


Class hierarchy:

IPCsApplication IPCsDocument IPCsPage IPCsLines
IPCsApplication IPCsDocument IPCsSelectStatus IPCsSelectionArea Lines


Properties / Methods:

Add Create a line. Returns a IPCsLine
Count Number of lines on a page
Item Used to access a specific line. Parameters needed: an integer. Return type is IPCsLine
Syntax:
property Item[Index: Integer]: IPCsLine


Comments:

Use Lines.Item[interger] and Lines.Count to get that/these items you want.
IPCsLines gives access to all lines on a page through Item[integer].
IPCsLine is a specific line, (which can be selected through IPCsLines.Item[integer]