Jump to content

Application class/Get Active VI Reference method: Difference between revisions

From LabVIEW Wiki
Added new method page.
 
m Category reorg
Line 48: Line 48:
{{ambox|text=Add links to external resources that would also help.}}
{{ambox|text=Add links to external resources that would also help.}}


[[Category:Method]] [[Category:VI Server Method]]
[[Category:VI Server Method]]

Revision as of 14:03, 7 May 2020

VI Server Method Information
Method ID 91B
Scope VI Scripting
Data Name GetActiveVIRef
Short Name* GetActiveVIRef
Long Name* Get Active VI Reference
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 1
Owning Class Name Application Class
Return Data Type VI Refnum data type

VI Refnum

Invoke Node Get Active VI Reference
Available in Real-Time Operating SystemYes
Available in Run-Time EngineNo
Remote access allowedYes

Returns a reference to the VI whose window is currently active (focused). If the active window is not a VI, this method returns Not A Ref.

Parameters

Data type Name Required Description
VI Refnum Get Active VI Reference Yes. Return value.

Uses

History

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

See Also

External Links