Jump to content

XInterfaceLibrary class: Difference between revisions

From LabVIEW Wiki
mNo edit summary
m Removed VI Server Category from page
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:
{{TOCright}}
{{TOCright}}


==Properties==
<!--Edit Properties, Methods, or Events in the appropriate table in one on the VI Server Templates-->
<span class="mw-customtoggle-propertiestable">Show/Hide XInterfaceLibrary Properties Table</span>
{{VIServerClassTables|103}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ XInterfaceLibrary Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#D1BB80;"
|6F2F004
| [[XInterfaceLibrary class/ClassId property|ClassId]]
|
|R/W
|
|- style="background-color:#D1BB80;"
|6F2F002
| [[XInterfaceLibrary class/DeclaredLeakProof property|DeclaredLeakProof]]
|
|R/W
|
|- style="background-color:#D1BB80;"
|6F2F001
| [[XInterfaceLibrary class/InitialDropImage property|InitialDropImage]]
|
|R/W
|
|- style="background-color:#D1BB80;"
|6F2F000
| [[XInterfaceLibrary class/InitialDropSize property|InitialDropSize]]
|
|R/W
|
|- style="background-color:#D1BB80;"
|6F2F005
| [[XInterfaceLibrary class/IsExpress property|IsExpress]]
|
|R/W
|
|- style="background-color:#D1BB80;"
|6F2F003
| [[XInterfaceLibrary class/StyleName property|StyleName]]
|
|R/W
|
|- style="background-color:#D1BB80;"
|6F2F006
| [[XInterfaceLibrary class/SupportsFatalErrorOut property|SupportsFatalErrorOut]]
|
|R/W
|
|}
</div>
 
==Methods==
<span class="mw-customtoggle-methodstable">Show/Hide XInterfaceLibrary Methods Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-methodstable">
{{VIServerLegend|showrte=TRUE}}
{| class="wikitable sortable"
|+ XInterfaceLibrary Methods Table
! Method ID
! Short Name (English)
! Description
! RTE
|- style="background-color:#FFFFCC;"
|6F2EC01
| [[XInterfaceLibrary class/Add Ability method|Add Ability]]
|Creates a new ability of the specified type.
 
<b>Note</b>  The LabVIEW Datalogging and Supervisory Control Module supports this method in the Run-Time Engine.
|
|- style="background-color:#FFFFCC;"
|6F2EC03
| [[XInterfaceLibrary class/Add Method method|Add Method]]
|Creates a new method.
 
<b>Note</b>  The LabVIEW Datalogging and Supervisory Control Module supports this method in the Run-Time Engine.
|
|- style="background-color:#D1BB80;"
|6F2EC06
| [[XInterfaceLibrary class/Apply Changes To Instances method|Apply Changes To Instances]]
|
|
|- style="background-color:#D1BB80;"
|6F2EC07
| [[XInterfaceLibrary class/GetHelpInfo method|GetHelpInfo]]
|
|X
|- style="background-color:#FFFFCC;"
|6F2EC04
| [[XInterfaceLibrary class/New Prop method|New Prop]]
|Creates a new property folder and returns a reference to it.
 
<b>Note</b> The LabVIEW Datalogging and Supervisory Control Module supports this method in the Run-Time Engine.
|
|- style="background-color:#D1BB80;"
|6F2EC05
| [[XInterfaceLibrary class/Unlock For Edit method|Unlock For Edit]]
|
|
|}
</div>
 
==Events==
''No Events for this class.''


== History ==
== History ==
Line 129: Line 24:
*[[VI Server]]
*[[VI Server]]


[[Category:VI Server]]
 
[[Category:VI Server Class]]
[[Category:VI Server Class]]

Latest revision as of 01:57, 8 May 2020

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name XInterfaceLibrary class
Class ID 103
Scope Basic Development Environment
Class Inheritance
Class Children


The XInterfaceLibrary class is a class in the VI Server Class Hierarchy, (see also VI Server).

Properties

Show/Hide XInterfaceLibrary Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
XInterfaceLibrary Properties Table
Property ID Long Name (English) Description R/W RTE
6F2F000Initial Drop SizeRead/WriteNo
6F2F001Initial Drop ImageRead/WriteNo
6F2F002Declared Leak ProofRead/WriteNo
6F2F003Style NameRead/WriteNo
6F2F004ClassIdRead/WriteNo
6F2F005Is ExpressRead/WriteNo
6F2F006Supports Fatal Error OutRead/WriteNo

Methods

Show/Hide XInterfaceLibrary Properties Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
XInterfaceLibrary Methods Table
Method ID Long Name (English) Description RTE
6F2EC01Add AbilityCreates a new ability of the specified type.No
6F2EC03Add MethodCreates a new method.No
6F2EC04New PropertyCreates a new property folder and returns a reference to it.No
6F2EC05Unlock For EditNo
6F2EC06Apply Changes To InstancesNo
6F2EC07Get Palette Help InformationYes

Events

This class has no events or it inherits events from its parent: Library Class.


History

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

See Also