LVClassLibrary class/Descendants Must Call Parent Item?.Set method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 97D6C0E
Scope Basic Development Environment
Data Name Set MustCallParent?
Short Name* Set MustCallParent?
Long Name* Descendants Must Call Parent Item?:Set
* 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
Return Data Type No return value
Invoke Node Descendants Must Call Parent Item?:Set
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
Remote access allowedYes
Settable when the VI is runningNo

Determines whether the member VI specified by Dynamic Member VI requires each child class VI that overrides the member VI to call the member VI with the Call Parent Method Node.

This method is similar to the Require overrides of this dynamic dispatch VI to always invoke the Call Parent Node checkbox on the Item Settings page of the Class Properties dialog box.

Parameters

Data type Name Required Description
ProjectItem Refnum Dynamic Member VI Yes Specifies the member VI that you want to specify whether each child class VI must call.
Boolean Must Call Parent? Yes Specifies whether the descendant VIs of the member VI must call the member VI.

Uses

History

Version Change(s)
LabVIEW 2009 This method was added in LabVIEW 2009.

See Also

External Links