KB Home | Search | News | Glossary| English
Spanish French
PlanSwift Online Help Logo
Home » Categories » Developer Documents » Development Archives » Development 8.7 and prior » OLE Automation Manual » 3. Properties » 3.1 IPlanCenter » 3.1.2 - ITabs
All Categories
Expand
Category
PlanSwift 9 User Manual (186)
Expand
Category
Tutorial Videos (58)
Expand
Category
System Requirements (2)
Expand
Category
What’s New In PlanSwift (11)
Expand
Category
FAQ (15)
Collapse
Category
Developer Documents (408)
Expand
Category
COM Object Model (157)
Expand
Category
Scripting (84)
Collapse
Category
Development Archives (165)
Collapse
Category
Development 8.7 and prior (165)
Collapse
Category
OLE Automation Manual (118)
empty
Category
1. Events
Expand
Category
2. Methods (51)
Collapse
Category
3. Properties (51)
Collapse
Category
3.1 IPlanCenter (51)
Expand
Category
3.1.1 - IPages (7)
Collapse
Category
3.1.2 - ITabs (33)
Expand
Category
3.1.2a ITab (31)
article
Count
article
Item
Expand
Category
3.1.3 - ISelectionList (2)
article
Zoom
article
Tabs
article
Pages - iPlanCenter pc.Pages
article
FolderPath
article
FolderPath
article
obName
article
JobNumber
article
JobOpened
article
Visible
Expand
Category
4. Objects (13)
empty
Category
5. Code Examples
article
What is COM?
article
What is OLE Automation?
article
OLE Automation Quick Reference
Expand
Category
Scripting Routines (47)
Expand
Category
SDK Downloads (1)
article
PlanSwift Plugin Development Guidelines
Expand
Category
Archives (164)
empty
Category
PlanSwift for iPad
3.1.2 - ITabs Sub-Categories
3.1.2a ITab (31)
ITab Properties
 
3.1.2 - ITabs Articles RSS FeedIcon Subscriber Subscribe
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
 
Subscribe to knowledgebase
Get notified when new articles are added to the knowledgebase.
Powered by PHPKB Knowledge Base Software