08-12-2013 10:30 AM
I'm studying some example code for expressing a Hardware Abstraction Layer using LabVIEW OOP. At the top Instrument Class, two public methods, Initialize Instrument and Close Instrument, are declared, and are supposed to be overridden by all the (more instrument-specific) Child classes. While browsing around, I actually found a view that had a check box that said something like "Override Required for all Child Classes" (that might not be the exact message, as you'll see in a moment).
However, I now cannot figure out what I did to actually see this message, and I haven't been able to find it again! I haven't changed or saved anything in this Project, I'm mainly right-clicking items and examining Properties (or other items that appear in the DropDown box). I'm feeling pretty stupid here -- I saw (and wrote down part of) the setting to require Override not 10 minutes ago, and now have lost it.
So where do I go to see and set this option?
Bob Schor, LOON (LabVIEW Object Oriented Newbie)
Solved! Go to Solution.
08-12-2013 10:33 AM
Duh, I found it! It is not stored with the Method, but is part of the Item Settings of the Class that defines the Methods (which are listed under the Class Contents). Sorry for my ignorance ...
BS