Generic class/Owner property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 6327806
Scope Basic Development Environment
Data Name Owner
Short Name* Owner
Long Name* Owner
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 3
Owning Class Name Generic Class
Data Type Generic Refnum data type

Generic Refnum

Property Node Owner
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes (Read Only)
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Need to authenticate before useNo
PermissionsRead Only
Remote access allowedYes
Settable when the VI is runningNo

Reference to the owning object. The type of the reference is Generic. An object of class Panel does not have an owner (it is the top-level object) and always returns Not A Refnum.

All objects in LabVIEW have an owning object. For example, the front panel and block diagram are the owning objects of all the objects contained within each, including controls and indicators. However, if a control is a cluster, the cluster would the owning object of all the objects inside it. Likewise, if the block diagram contains a sequence structure, the structure is the owning object of all the objects inside it. Individual controls also can be the owning object of less obvious objects. For example, numeric controls own their label, caption, and the increment and decrement buttons.

Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links