Jump to content

SubWizard class

From LabVIEW Wiki
Revision as of 00:09, 27 August 2019 by Q (talk | contribs) (Started page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 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 Short Name (English) Description R/W RTE
31942C00 LockedObjects Returns an array of references to all objects locked by the wizard. R X

Methods

Show/Hide SubWizard Methods Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
SubWizard Methods Table
Method ID Short Name (English) Description RTE
31942802 Is Locked By Me Returns a value of TRUE if the object is in the SubWizard list of locked objects. X
31942803 Lock Const Adds a diagram constant to a SubWizard list of locked objects. X
31942800 LockObject Adds the specified object to the SubWizard list of locked objects. X
31942804 UnLock Const Removes a diagram constant from a SubWizard list of locked objects X
31942801 UnLock Object Unlocks panel objects. If the Objects parameter is not wired, the currently selected objects are unlocked. X

Events

No Events for this class.

History

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

See Also