Search:     Advanced search

Procedure Delete

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

Description:

Procedure Delete(Index: Integer);

    Deletes the section specified by Index.

Code:

Delphi:
osections.delete(1);

VBA:
osections.delete(1)

Notes:

IPlanCenter Heirarchy Map


PlanSwift Enterprise 8.2 or later

This article was:  
Prev  Not what you're looking for? Suggest a topic  Next
2.1.2.2a - ISections     Function Add