ProjectItem Properties (ActiveX)

LabView ActiveX Properties and Methods

ProjectItem Properties (ActiveX)

Installed With: Base Package

In the following topics, an asterisk (*) at the end of a data type name indicates that the property is a pointer.

PropertyDescription
ChildrenReturns an array of references to all children of the referenced LabVIEW project item. You can use these references with the ProjectItem properties. Details
ContainsConflictsReturns TRUE if this item or items beneath this item in the project tree are in conflict. Details
DisplayNameGets, as a string, the name of the LabVIEW project item as the name appears in the LabVIEW Project Explorer window. Details
FindCallersReturns an array of references to all project items that reference the project item you select. Details
FindConflictsReturns an array of references to all project items that are in conflict with the project item you select. Details
FindItemsWithNoCallersReturns an array of references to all top-level project items that call no other project items. Details
FindSubVIsReturns an array of references to all project items that are subVIs of the item you select. Details
IconGets the icon of the project item in the LabVIEW Project Explorer window using the Icon cluster, which limits size and color depth. Details
InConflictReturns TRUE if the referenced LabVIEW project item conflicts with another item with a different path under the same target. Details
ItemIDGets the item ID of the referenced LabVIEW project item as a string. You can use this item ID to uniquely identify the referenced item even if the path, name, or location in the LabVIEW Project Explorer window changes. Details
LibraryItemTypeGets the type of the LabVIEW project item as it exists in the project library as a GUID string. Use the LibraryItemTypeString property to return the type as a human-readable string. Details
LibraryItemTypeStringReturns the type of the LabVIEW project item as it exists in the project library as a string. Use the LibraryItemType property to return the type as a GUID. Details
NameGets the name of the referenced LabVIEW project item as it is saved in the file. Details
ParentReturns a reference to the parent of the referenced LabVIEW project item. You can use this reference with the ProjectItem properties. Details
PathGets the path of the referenced LabVIEW project item. Details
ProjectReturns a reference to the LabVIEW project to which the referenced project item belongs. You can use this reference with the Project properties. Details
TargetReturns a reference to the target that contains the referenced LabVIEW project item. You can use this reference with the TargetItem properties. Details
TypeGUIDGets the type of the LabVIEW project item as a GUID string. Use the TypeString property to return the type as a string. Details
TypeStringGets the type of the LabVIEW project item as a string. Use the TypeGUID property to return the type as a GUID. Details
VIIf the LabVIEW project item refers to a VI, this property returns a reference to the VI. Otherwise, this property returns NULL. Details
VINoLoadIf the project item refers to a VI in memory, this property returns a reference to the VI. If the project item refers to a VI not in memory or to something that is not a VI, this property returns Not a Refnum. You can use this reference with the VI properties. Details
VisibleInTreeIf TRUE, indicates that the LabVIEW Project Explorer window is visible and ancestors of the LabVIEW project item are expanded in the Project Explorer window up to the root of the project item. Details