Jump to content

SubWizard class: Difference between revisions

From LabVIEW Wiki
mNo edit summary
Replaced with template tables
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 SubWizard Properties Table</span>
{{VIServerClassTables|16463}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ SubWizard Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#CCFFFF;"
|31942C00
| [[SubWizard class/LockedObjects property|LockedObjects]]
|Returns an array of references to all objects locked by the wizard.
|R
|X
|}
</div>
 
==Methods==
<span class="mw-customtoggle-methodstable">Show/Hide SubWizard Methods Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-methodstable">
{{VIServerLegend|showrte=TRUE}}
{| class="wikitable sortable"
|+ SubWizard Methods Table
! Method ID
! Short Name (English)
! Description
! RTE
|- style="background-color:#CCFFFF;"
|31942802
| [[SubWizard class/Is Locked By Me method|Is Locked By Me]]
|Returns a value of TRUE if the object is in the SubWizard list of locked objects.
|X
|- style="background-color:#CCFFFF;"
|31942803
| [[SubWizard class/Lock Const method|Lock Const]]
|Adds a diagram constant to a SubWizard list of locked objects.
|X
|- style="background-color:#CCFFFF;"
|31942800
| [[SubWizard class/LockObject method|LockObject]]
|Adds the specified object to the SubWizard list of locked objects.
|X
|- style="background-color:#CCFFFF;"
|31942804
| [[SubWizard class/UnLock Const method|UnLock Const]]
|Removes a diagram constant from a SubWizard list of locked objects
|X
|- style="background-color:#CCFFFF;"
|31942801
| [[SubWizard class/UnLock Object method|UnLock Object]]
|Unlocks panel objects.  If the Objects parameter is not wired, the currently selected objects are unlocked.
|X
|}
</div>
 
==Events==
''No Events for this class.''


== History ==
== History ==

Revision as of 01:10, 9 September 2019

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name SubWizard class
Class ID 16463
Scope VI Scripting
Class Inheritance
Class Children


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

Properties

Show/Hide SubWizard Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
SubWizard Properties Table
Property ID Long Name (English) Description R/W RTE
31942C00Locked ObjectsReturns an array of references to all objects locked by the wizard.Read OnlyYes

Methods

Show/Hide SubWizard Properties Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
SubWizard Methods Table
Method ID Long Name (English) Description RTE
31942800Lock ObjectAdds the specified object to the SubWizard list of locked objects.Yes (Read/Write)
31942801Unlock ObjectUnlocks panel objects. If the Objects parameter is not wired, the currently selected objects are unlocked.Yes (Read/Write)
31942802Is Locked By MeReturns a value of TRUE if the object is in the SubWizard list of locked objects.Yes (Read/Write)
31942803Lock ConstAdds a diagram constant to a SubWizard list of locked objects.Yes (Read/Write)
31942804Unlock ConstRemoves a diagram constant from a SubWizard list of locked objectsYes (Read/Write)

Events

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


History

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

See Also