Requires: Base Development System
Inherits from Generic»GObject. View the class hierarchy.
Method | Description |
---|---|
Attach DataSocket | National Instruments recommends using front panel data binding through the Shared Variable Engine or using the Bind To Network Path method to attach a data connection to a control. This method allows you to attach an opc, ftp, and http connection to a control on Windows, and a dstp and file connection to a control on all LabVIEW-supported platforms. You can add new connections only at edit time. Details |
Create:Control Reference | Creates a control reference for the control and returns a reference to it. Details |
Create:Invoke Node | Creates an Invoke Node for the control and returns a reference to it. Details |
Create:Local Variable | Creates a local variable for the control and returns a reference to it. Details |
Create:Property Node | Creates a Property Node for the control and returns a reference to it. Details |
Data Binding:Bind To Network Path | Binds a control to an NI Publish-Subscribe Protocol (NI-PSP) network path. You can add new connections only at edit time. Details |
Data Binding:Unbind | Unbinds a control from an NI Publish-Subscribe Protocol (NI-PSP) network path. Details |
Data Operations:Copy Data | Copies data from the control to the clipboard. Details |
Data Operations:Paste Data | Pastes data from the clipboard to the control. Details |
Disconnect From Typedef | Disconnects the control from the type definition and returns TRUE. If the control is not connected to a type definition, LabVIEW returns FALSE. Details |
Fit Control To Pane | Resizes the control to the size of the pane that contains it and sets the control to scale with the pane. Details |
Get Image | Returns an image of a front panel object. Details |
Get Terminal Image | Returns an image of the block diagram terminal of a front panel object. Details |
Reinitialize To Default | Reinitializes the value of the control to the default value. Details |
Remove DataSocket | Removes an opc, ftp, and http connection from a control on Windows, and a dstp and file connection from a control on all LabVIEW-supported platforms. Details |
Start Drag | Starts a drag and drop operation using the specified control as the source. Details |
Update From Typedef | Updates the control from the type definition and returns TRUE. If the control is not connected to a type definition, LabVIEW returns FALSE. Details |