Jump to content

Template:VIServerProperty: Difference between revisions

From LabVIEW Wiki
Created page with "<includeonly>{| class="wikitable" style="float:right; margin-left: 20px;" ! colspan="2" | VI Server Property Information |- | colspan="2" style="text-align:center;" | Return..."
 
Starting Templates
Line 24: Line 24:
|<img>
|<img>
Data Type Description
Data Type Description
|-
! scope="row" style="text-align:left;" | Property Node
|Property Node Image
|}
|}
</includeonly>
</includeonly>
Line 30: Line 33:
== Usage ==
== Usage ==


Use this template is to create the Class Information table in [[VI Server]] class pages.  
Use this template is to create the Property Information table in [[VI Server]] property pages.  


Syntax is as follows:
Syntax is as follows:
Line 36: Line 39:
<code>
<code>
<nowiki>
<nowiki>
{{VIServerProperty|{{{1}}}}}
{{VIServerProperty|{{{1}}}|{{{2}}}}}
</nowiki>
</nowiki>
</code>
</code>
Line 49: Line 52:
| <code>{{{1}}}</code>
| <code>{{{1}}}</code>
| The Class ID of a class in the [[VI Server Class Hierarchy]].
| The Class ID of a class in the [[VI Server Class Hierarchy]].
| <code></code>
|-
| <code>{{{2}}}</code>
| The Property ID of a property owned by the class defined by the Class ID {{{1}}}.
| <code></code>
| <code></code>
|}
|}
Line 56: Line 63:
<code>
<code>
<nowiki>
<nowiki>
{{VIServerProperty|6}}
{{VIServerProperty|36|632A813}}
</nowiki>
</nowiki>
</code>
</code>


<blockquote style="float: left;">
<blockquote style="float: left;">
{{VIServerProperty|6}}
{{VIServerProperty|36|632A813}}
</blockquote>
</blockquote>


</noinclude>
</noinclude>

Revision as of 04:07, 11 September 2019


Usage

Use this template is to create the Property Information table in VI Server property pages.

Syntax is as follows:

{{VIServerProperty|{{{1}}}|{{{2}}}}}

where:

Parameter Description Default
{{{1}}} The Class ID of a class in the VI Server Class Hierarchy.
{{{2}}} The Property ID of a property owned by the class defined by the Class ID {{{1}}}.

Example

{{VIServerProperty|36|632A813}}

VI Server Property Information
Return to GObject Class
Property ID 632A813
Scope
Data Name Data name here
Short Name* Short name here
Long Name* [[Template:VIServerGetPropertyName property]]
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Data Type <img>

Data Type Description

Property Node Property Node Image