Search:     Advanced search

Function ByName

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

Description:

Function ByName(name: string): IPropertyObject;

Returns the PropertyObject specified by name.

Code:

Delphi:
oprop := oprops.byname('Qty');

VBA:
set oprop = oprops.byname("Qty")

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 Add     Function PropertyList