Search:     Advanced search

Function Add

Article ID: 245
Last updated: 23 Sep, 2010
Views: 663
Posted: 07 Aug, 2008
by Ramsey M.
Updated: 23 Sep, 2010
by Murray D.

Description:

Function Add(aPageName: string): ISection;   {See Also: Section Object}

    Adds a new section object to the collection, show on the page specified by aPageName.  Returns the new section object.

Code:

Delphi:
oSection := osections.add('Page1');

VBA:
Set oSection = osections.add("Page1")

Notes:

IPlanCenter Heirarchy Map


PlanSwift Enterprise 8.2 or later

This article was:  
Prev  Not what you're looking for? Suggest a topic  Next
Procedure Delete     2.1.2.2b - ISection