Search:     Advanced search

IPage

Article ID: 182
Last updated: 23 Sep, 2010
Views: 1037
Posted: 24 Jul, 2008
by Ramsey M.
Updated: 23 Sep, 2010
by Murray D.

Description:

Page Object
Provides access to an individual plan page in the current PlanSwift job.

Code:

Delphi:
pc := createoleobject('Planswift.PlanCenter');
opage := pc.pages(1);

VBA:
set pc = createobject("Planswift.PlanCenter")
set opage = pc.pages(1)

Notes:

IPlanCenter Heirarchy Map


PlanSwift Enterprise 8.2 or later

This article was:  
Also read
document IPages
document Function Page

Prev  Not what you're looking for? Suggest a topic  Next
IPages     ITabs