Search:     Advanced search

Function Owner

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

Description:

Function Owner: IItem  
Returns the IItem object that this Item belongs to. Returns nil if Item is a root level object;

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: Item Object}

IPlanCenter Heirarchy Map


PlanSwift Enterprise 8.2 or later

This article was:  
Also read
document IItem

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