Requires: VI Scripting
View the class hierarchy.
Method | Description |
---|---|
Change to Control | Changes the constant to a control and returns a reference to the control. LabVIEW automatically closes the reference to the constant. Details |
Change to Indicator | Changes the constant to an indicator and returns a reference to the indicator. LabVIEW automatically closes the reference to the constant. Details |
Change to Shared Variable Node | Changes the constant to a Shared Variable node and returns a reference to the Shared Variable node. If you do not specify a shared variable to bind to the node, LabVIEW creates a new shared variable. LabVIEW automatically closes the reference to the constant. Details |
Copy Data | Copies the data associated with the constant and saves it to the clipboard. Details |
Disconnect From Typedef | Disconnects the constant from the type definition and returns TRUE. If the constant is not connected to a type definition, LabVIEW returns FALSE. Details |
Paste Data | Places the data from the clipboard into the constant. Details |
Update From Typedef | Updates the constant from the type definition and returns TRUE. If the constant is not connected to a type definition, LabVIEW returns FALSE. Details |