SubWizard class

From LabVIEW Wiki
Jump to: navigation, search
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