Jump to content

LVClassLibrary class/Parent Class property: Difference between revisions

From LabVIEW Wiki
m Category reorg
 
Line 29: Line 29:


== History ==
== History ==
{{ambox|text=History information is needed.  What changes have occurred over previous versions?}}
{| class="wikitable"
{| class="wikitable"
! Version
! Version
! Change(s)
! Change(s)
|-
|-
|[[File:LV2018.png|frameless|border|64x64px|LabVIEW 2018|link=LabVIEW 2018]]
|[[File:LV8-2013.png|frameless|border|64x64px|LabVIEW 2011|link=LabVIEW 2011]]
|More info to come.
| This property was added in [[LabVIEW 2011]].
|}
|}
== See Also ==
== See Also ==
{{ambox|text=Add links to internal wiki pages that would also help.}}
{{ambox|text=Add links to internal wiki pages that would also help.}}

Latest revision as of 19:44, 10 June 2020

VI Server Property Information
Property ID 97D7003
Scope Basic Development Environment
Data Name Parent
Short Name* ParentClass
Long Name* Parent Class
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 85
Owning Class Name LVClassLibrary Class
Data Type UDClassLibrary Refnum data type

UDClassLibrary Refnum

Property Node Parent Class
Available in Real-Time Operating SystemNo
Available in Run-Time EngineNo
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Need to authenticate before useNo
PermissionsRead/Write
Remote access allowedYes
Settable when the VI is runningNo

Gets or sets the LabVIEW class from which the referenced class directly inherits.

If the referenced class directly inherits from the LabVIEW Object class, this property returns Not a Refnum. To set the parent of the referenced class to be LabVIEW Object, wire a Not a Refnum constant to this property.


Uses

History

Version Change(s)
LabVIEW 2011 This property was added in LabVIEW 2011.

See Also

External Links