Search:     Advanced search

New

Article ID: 196
Last updated: 23 Sep, 2010
Views: 639
Posted: 25 Jul, 2008
by Ramsey M.
Updated: 23 Sep, 2010
by Murray D.

Description:

Function New(aTabType: Integer; aTabName: string): ITab;  {See Also: Tab Object}

Returns a tab object with the name specified by aTabName.  If a tab with aTabName already exists, the existing tab is returned, otherwise a new tab is created of type aTabType.

Code:

Delphi:
oTab := pc.tabs.new(0, 'New Tab Name')

VBA:
Set oTab = pc.tabs.new(0, "New Tab Name")

Notes:

TabType Constants:
        Job = 0
        Common Local = 1
        Common Network = 2

IPlanCenter Heirarchy Map


PlanSwift Enterprise 8.2 or later

This article was:  
Prev  Not what you're looking for? Suggest a topic  Next
ByName     2.1.2a - ITab