Jump to content

TargetItem class: Difference between revisions

From LabVIEW Wiki
Started page
(No difference)

Revision as of 00:20, 27 August 2019

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name class
Class ID {{{1}}}
Scope
Class Inheritance

This class is a top-level class.

Class Children

This class has no children.


The TargetItem class is a class in the VI Server Class Hierarchy, (see also VI Server).

Properties

Show/Hide TargetItem Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
TargetItem Properties Table
Property ID Short Name (English) Description R/W RTE
6851E801 Application The application instance opened by the target to edit and run VIs. R X
6851E803 BuildSpecs Returns a reference to Build Specifications under the current target in the Project Explorer window. You can use this reference with the ProjectItem properties.

Note The LabVIEW Datalogging and Supervisory Control Module supports this property in the Run-Time Engine.

R X
6851E800 Class R
6851E804 Dependencies Returns a reference to Dependencies under the current target in the Project Explorer window. You can use this reference with the ProjectItem properties.

Note The LabVIEW Datalogging and Supervisory Control Module supports this property in the Run-Time Engine.

R X
6851E808 FindItemsWithNoCallers R/W X
6851E806 HostPreferences R
6851E802 Preferences R
6851E807 ProjectPreferences R
6851E805 TargetPreferences R

Methods

Show/Hide TargetItem Methods Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
TargetItem Methods Table
Method ID Short Name (English) Description RTE
6851E403 GetProjectItemRefForFile X
6851E400 Refresh Dependencies Refreshes Dependencies under this target in the Project Explorer window. You also can use the Project Explorer window to refresh Dependencies.

Note The LabVIEW Datalogging and Supervisory Control Module supports this method in the Run-Time Engine.

6851E401 Refresh Dependencies Copy
6851E402 Refresh Dependencies Shallow

Events

No Events for this class.

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also