Search:     Advanced search

Function DoRecord

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

Description:

Function DoRecord: boolean;

Starts recording a new section for the item.  The return value for this function always returns true and is intended for the sole purpose of suspending script execution while the user is recording in PlanSwift.

Code:

Delphi:
retval := oItem.DoRecord;

VBA:
retval = oItem.DoRecord

Notes:

IPlanCenter Heirarchy Map


PlanSwift Enterprise 8.2 or later

This article was:  
Prev  Not what you're looking for? Suggest a topic  Next
Function New     Procedure Delete