Jump to content

CopyItem class: Difference between revisions

From LabVIEW Wiki
mNo edit summary
Replaced with template table
Line 8: Line 8:


==Properties==
==Properties==
<span class="mw-customtoggle-propertiestable">Show/Hide CopyItem Properties Table</span>
{{VIServerPropsTable|97}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ CopyItem Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#D1BB80;"
|36D45004
| [[CopyItem class/Children() property|Children()]]
|
|R
|X
|- style="background-color:#D1BB80;"
|36D45005
| [[CopyItem class/Conflict property|Conflict]]
|
|R
|X
|- style="background-color:#D1BB80;"
|36D45002
| [[CopyItem class/Flags property|Flags]]
|
|R
|X
|- style="background-color:#D1BB80;"
|36D45001
| [[CopyItem class/Icon property|Icon]]
|
|R
|X
|- style="background-color:#D1BB80;"
|36D45006
| [[CopyItem class/NIIM property|NIIM]]
|
|R
|X
|- style="background-color:#D1BB80;"
|36D45003
| [[CopyItem class/Parent property|Parent]]
|
|R
|X
|- style="background-color:#D1BB80;"
|36D45000
| [[CopyItem class/Text property|Text]]
|
|R
|X
|}
</div>


==Methods==
==Methods==
''No Methods for this class.''
{{VIServerMethodsTable|97}}


==Events==
==Events==
''No Events for this class.''
{{VIServerEventsTable|97}}


== History ==
== History ==
{{ambox|text=History information is needed.  What changes have occured over previous versions?}}
{{ambox|text=History information is needed.  What changes have occurred over previous versions?}}
{| class="wikitable"
{| class="wikitable"
! Version
! Version

Revision as of 16:17, 8 September 2019

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name CopyItem class
Class ID 97
Scope Private
Class Inheritance

This class is a top-level class.

Class Children

This class has no children.


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

Properties

Show/Hide CopyItem Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
CopyItem Properties Table
Property ID Long Name (English) Description R/W RTE
36D45000TextRead OnlyYes
36D45001IconRead OnlyYes
36D45002FlagsRead OnlyYes
36D45003ParentRead OnlyYes
36D45004ChildrenRead OnlyYes
36D45005ConflictRead OnlyYes
36D45006NIIMRead OnlyYes


Methods

This class has no methods.


Events

This class has no events.


History

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

See Also