Search:     Advanced search

Function Count

Article ID: 223
Last updated: 23 Sep, 2010
Views: 745
Posted: 06 Aug, 2008
by Ramsey M.
Updated: 23 Sep, 2010
by Murray D.

Description:

Function Count: Integer;

Returns the number of propertyobjects in the collection.  The last propertyobject will always be equal to Count -1

Code:

Delphi:
oprop := oprops(oprops.count -1);

VBA:
set oprop = oprops(oprops.count -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.1a - IProperties     Function Add