Template:VIServerMethodsTable
Usage
This template contains a lookup table for all of the methods. It is used in the VI Server Class Hierarchy class pages to display the methods tables. The parameter is the Class ID number where the list is then filtered to methods of that class if it has any. If the parameter is left blank, the default is that it has no methods.
Syntax
{{VIServerMethodsTable|{{{1}}}}}
where:
Parameter | Description | Default |
---|---|---|
{{{1}}}
|
The class ID. | Blank - Translates into message: This class has no methods.
|
Example: No Methods Exists
No methods exist for the LVVariant Class.
{{VIServerMethodsTable|10}}
Results
This class has no methods or it inherits methods from its parent: Control Class.
Example: Methods Exist
Methods exist for the Control Class.
{{VIServerMethodsTable|6}}
Results
Show/Hide Control Properties Table
Legend | |
---|---|
RTE | Available in the Run-Time Engine |
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
Method ID | Long Name (English) | Description | RTE |
---|---|---|---|
6331C00 | Reinitialize To Default | Reinitializes the value of the control to the default value. | Yes (Read/Write) |
6331C01 | Create:Control Reference | Creates a control reference for the control and returns a reference to it. | No |
6331C02 | Create:Local Variable | Creates a local variable for the control and returns a reference to it. | No |
6331C03 | Create:Property Node | Creates a Property Node for the control and returns a reference to it. | No |
6331C04 | Create:Invoke Node | Creates an Invoke Node for the control and returns a reference to it. | No |
6331C05 | Old Get Image | Yes | |
6331C06 | 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. | Yes (Read/Write) |
6331C07 | 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. | Yes (Read/Write) |
6331C08 | Copy Wizard Template | No | |
6331C09 | 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. | No |
6331C0A | 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. | No |
6331C0B | Old Get FP Term Image | Yes | |
6331C0C | Get Image | Returns an image of a front panel object. | Yes (Read/Write) |
6331C0D | Get Terminal Image | Returns an image of the block diagram terminal of a front panel object. | Yes (Read/Write) |
6331C0E | Start Drag | Starts a drag and drop operation using the specified control as the source. | Yes (Read/Write) |
6331C0F | 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. | Yes (Read/Write) |
6331C11 | Data Binding:Bind To Network Variable | Yes | |
6331C12 | Data Binding:Unbind | Unbinds a control from an NI Publish-Subscribe Protocol (NI-PSP) network path. | Yes (Read/Write) |
6331C13 | 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. | Yes (Read/Write) |
6331C14 | Data Operations:Copy Data | Copies data from the control to the clipboard. | Yes (Read/Write) |
6331C15 | Data Operations:Paste Data | Pastes data from the clipboard to the control. | Yes (Read/Write) |
6331C16 | Stub:Convert To Stub | No | |
6331C17 | Stub:Revert From Stub | No |
Example: Passing a null value
Passing a null value defaults to no methods.
{{VIServerMethodsTable}}
Results
This class has no methods.