Count
Viewed 911 times since Fri, Jul 25, 2008
Description:Count: Integer, read onlyReturns the number of tabs in the current job. The last tab in the collection will always be equal to Count -1Code:Delphi:otab := pc.tabs(pc.tabs.count -1) // returns the last tab in the collectionVBA:...
Read More
Item
Viewed 888 times since Fri, Jul 25, 2008
Description:Item(Index: integer): ITab, read only, Default Property The item property is a 0 based array that provides access to the individual tab objects. Because it is the default property of the tabs object, the statement otabs.item(1...
Read More