Description:
Item(Index: integer): IPropertyObject, read only, Default Property
The item property is a 0 based array that provides access to the individual propertyobjects . Because it is the default property of the properties object, the statement properties.item(1) and properties(1) are identical.
Code:
Delphi:
oprop := oprops(1)
or
oprop := oprops.item(1);
VBA:
set oprop = oprops(1)
or
set oprop = oprops.item(1)
Notes:
{See Also: PropertyObject}
IPlanCenter Heirarchy Map
PlanSwift Enterprise 8.2 or later