Jump to content

LabVIEWClassControl class: Difference between revisions

From LabVIEW Wiki
Started page
 
m Removed VI Server Category from page
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{VIServerClass|name=LabVIEWClassControl|id=102|scope=basic|class_0=Generic|class_1=GObject|class_2=Control|class_3=LabVIEWClassControl}}
{{VIServerClass|102}}


{{stub}}
{{stub}}
Line 7: Line 7:
{{TOCright}}
{{TOCright}}


==Properties==
<!--Edit Properties, Methods, or Events in the appropriate table in one on the VI Server Templates-->
<span class="mw-customtoggle-propertiestable">Show/Hide LabVIEWClassControl Properties Table</span>
{{VIServerClassTables|102}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ LabVIEWClassControl Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#CCFFFF;"
|250F9C00
| [[LabVIEWClassControl class/LabVIEWClassName property|LabVIEWClassName]]
|Returns the name of the LabVIEW class that owns the referenced control.
|R
|
|- style="background-color:#CCFFFF;"
|250F9C01
| [[LabVIEWClassControl class/QualifiedName property|QualifiedName]]
|Returns the qualified name of the control class type.
|R
|
|}
</div>
 
==Methods==
<span class="mw-customtoggle-methodstable">Show/Hide LabVIEWClassControl Methods Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-methodstable">
{{VIServerLegend|showrte=TRUE}}
{| class="wikitable sortable"
|+ LabVIEWClassControl Methods Table
! Method ID
! Short Name (English)
! Description
! RTE
|- style="background-color:#CCFFFF;"
|250F9800
| [[LabVIEWClassControl class/ReplaceWithControlOfOtherClass method|ReplaceWithControlOfOtherClass]]
|Replaces this class control with the control of the class you specify. LabVIEW preserves the dynamic or non-dynamic status of the class.
|
|}
</div>
 
==Events==
''No Events for this class.''


== 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
Line 69: Line 25:
*[[VI Scripting]]
*[[VI Scripting]]


[[Category:VI Server]]
 
[[Category:VI Server Class]]
[[Category:VI Server Class]]
[[Category:VI Scripting]]

Latest revision as of 02:03, 8 May 2020

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name LabVIEWClassControl class
Class ID 102
Scope Basic Development Environment
Class Inheritance
Class Children

This class has no children.


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

Properties

Show/Hide LabVIEWClassControl Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
LabVIEWClassControl Properties Table
Property ID Long Name (English) Description R/W RTE
250F9C00LabVIEW Class NameReturns the name of the LabVIEW class that owns the referenced control.Read OnlyNo
250F9C01Qualified NameReturns the qualified name of the control class type.Read OnlyNo

Methods

Show/Hide LabVIEWClassControl Properties Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
LabVIEWClassControl Methods Table
Method ID Long Name (English) Description RTE
250F9800ReplaceWithControlOfOtherClassReplaces this class control with the control of the class you specify. LabVIEW preserves the dynamic or non-dynamic status of the class.No

Events

This class has no events or it inherits events from its parent: Control Class.


History

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

See Also