Jump to content

CopyItem class: Difference between revisions

From LabVIEW Wiki
Added info table
m Removed VI Sever Category from page
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{VIServerClass|classname=CopyItem|classid=97|class_0=CopyItem}}
{{VIServerClass|97}}


{{stub}}
{{stub}}


The '''CopyItem class''' is a [[VI Server#Private|private class]] in the [[VI Server Class Hierarchy]].
The '''CopyItem class''' is a class in the [[VI Server Class Hierarchy]], (see also [[VI Server]]).
 
{{TOCright}}
{{TOCright}}


==Properties==
<!--Edit Properties, Methods, or Events in the appropriate table in one on the VIServer Templates-->
<span class="mw-customtoggle-propertiestable">Show/Hide Application Properties Table</span>
{{VIServerClassTables|97}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
 
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
== History ==
{| class="wikitable sortable"
{{ambox|text=History information is needed.  What changes have occurred over previous versions?}}
|+ Application Properties Table
{| class="wikitable"
! Property ID
! Version
! Short Name (English)
! Change(s)
! Description
|-
! R/W
|[[File:LV2018.png|frameless|border|64x64px|LabVIEW 2018|link=LabVIEW 2018]]
! RTE
|More info to come.
|- 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==
''No Methods for this class.''
==Events==
''No Events for this class.''


== See Also ==
== See Also ==
*[[VI Server Class Hierarchy]]
*[[VI Server Class Hierarchy]]
*[[VI Server]]
*[[VI Server]]
*[[VI Scripting]]


[[Category:VI Server]]
[[Category:Private Class]]
[[Category:VI Server Class]]
[[Category:VI Server Class]]

Latest revision as of 01:46, 8 May 2020

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