Search:     Advanced search

Function Tab

Article ID: 270
Last updated: 23 Sep, 2010
Views: 652
Posted: 08 Aug, 2008
by Ramsey M.
Updated: 23 Sep, 2010
by Murray D.

Description:

Function Tab: ITab;  

Returns the Tab object that this Item belongs to.

Code:

Delphi:
If ischild then

      Showmessage(oitem.owner.name)

  Else

      Showmessage(oitem.tab.name);

VBA:
If ischild then

      Msgbox(oitem.owner.name)

Else

      Msgbox(oitem.tab.name)

End if

Notes:

{See Also: Tab Object}

IPlanCenter Heirarchy Map


PlanSwift Enterprise 8.2 or later

This article was:  
Also read
document ITab

Prev  Not what you're looking for? Suggest a topic  Next
Function IsChild     Function FullName