Jump to content

Invoke class/All Supported Methods property: Difference between revisions

From LabVIEW Wiki
mNo edit summary
mNo edit summary
Line 1: Line 1:
{{stub}}
{{stub}}
{{VIServerProperty|16420|637040D}}
{{VIServerProperty|16420|637040D
| scope=script
|otherparams={{!}}-
! scope="row" style="text-align:left" {{!}} Permissions
{{!}} Read Only
{{!}}-
! scope="row" style="text-align:left" {{!}} Available in Run-Time Engine
{{!}} No
{{!}}-
! scope="row" style="text-align:left" {{!}} Available in Real-Time Operating System
{{!}} No
{{!}}-
! scope="row" style="text-align:left" {{!}} Settable when the VI is running
{{!}} No
{{!}}-
! scope="row" style="text-align:left" {{!}} Loads the front panel into memory
{{!}} Yes
{{!}}-
! scope="row" style="text-align:left" {{!}} Need to authenticate before use
{{!}} No
{{!}}-
! scope="row" style="text-align:left" {{!}} Loads the block diagram into memory
{{!}} Yes
{{!}}-
! scope="row" style="text-align:left" {{!}} Remote access allowed
{{!}} Yes}}
{{TOCright}}
{{TOCright}}
{{underconstruction}}
{{underconstruction}}
== Description ==
Lists all methods supported for the current class.
 
Some methods have a '''Unique ID string'''. The '''Unique ID string''' is consistent across all versions and locales of LabVIEW. Methods without a '''Unique ID string''' return an empty string. All methods return '''Data name''', '''Short name (localized)''', and '''Long name (localized)''', which contain the strings shown to the user in this version and locale of LabVIEW; however, strings can vary across versions, locales, and even individual launches of LabVIEW.


== Uses ==
== Uses ==

Revision as of 04:55, 14 September 2019

VI Server Property Information
Property ID {{{propertyid}}}
Scope VI Scripting
Data Name {{{dataname}}}
Short Name* {{{shortname}}}
Long Name* {{{longname}}}
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID {{{classid}}}
Owning Class Name Class
Data Type [[{{{datatype}}} data type]]

[[File:{{{datatypeimage}}}|frameless|border|{{{datatype}}}|link={{{datatype}}} data type]]

Property Node [[File:{{{propertynodeimage}}}|frameless|border|{{{longname}}}]]

Lists all methods supported for the current class.

Some methods have a Unique ID string. The Unique ID string is consistent across all versions and locales of LabVIEW. Methods without a Unique ID string return an empty string. All methods return Data name, Short name (localized), and Long name (localized), which contain the strings shown to the user in this version and locale of LabVIEW; however, strings can vary across versions, locales, and even individual launches of LabVIEW.

Uses

History

See Also

External Links