Jump to content

Template:VIServerHasProperties/doc: Difference between revisions

From LabVIEW Wiki
Created page with "<noinclude>{{documentation subpage}}</noinclude> == Usage == This template is a lookup table. The input is the Class ID of a class in the VI Server Class Hierarchy. It..."
 
m Fix category name Template -> Templates
 
Line 66: Line 66:


<includeonly>
<includeonly>
[[Category:Template]]
[[Category:Templates]]
</includeonly>
</includeonly>

Latest revision as of 17:30, 1 August 2024

This is the documentation page for Template:VIServerHasProperties.
When it is viewed directly, links using variables may appear broken; do not replace these with hardcoded page names or URLs.

Usage

This template is a lookup table. The input is the Class ID of a class in the VI Server Class Hierarchy. It returns the whether the class has any properties {TRUE, FALSE}.

Syntax is as follows:

{{VIServerHasProperties|{{{1}}}}}

where:

Parameter Description Default
{{{1}}} The Class ID of a class in the VI Server Class Hierarchy. NULL = FALSE

Example: Control class - Has Properties

{{VIServerHasProperties|6}}

Result: TRUE

Example: TagSet class - Does not have properties

{{VIServerHasProperties|82}}

Result: FALSE

Example: Passing a Null

Passing a NULL defaults to FALSE.

{{VIServerHasProperties}}

Result: FALSE

See Also