You can create LabVIEW classes from existing controls and type definitions. Complete the following steps to convert the contents of a control or type definition to a LabVIEW class.
Note LabVIEW adds the new class to the front panel of the control and continues to use the control. |
While LabVIEW leaves the control from which you create a class in the Project Explorer window, LabVIEW modifies the control on disk. Because LabVIEW updates the control to use the LabVIEW class, all references to the control might be broken. You need to provide accessors for the private data for those VIs to use or move those VIs into the newly created class.