Jump to content

Application class/Palettes.Functions Names property: Difference between revisions

From LabVIEW Wiki
Changes in LabVIEW 2020
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 4: Line 4:
| scope=script
| scope=script
| dataname = Palettes.GetFuncNames
| dataname = Palettes.GetFuncNames
| shortname = Palettes.GetFuncNames
| shortname = Palettes.FuncNames
| longname = Palettes:Get Functions Names
| longname = Palettes:Functions Names
| datatypeimage = String Array.png
| datatypeimage = String Array.png
| datatype = String Array
| datatype = String Array
| propertynodeimage = Application-Palettes-Functions Names.png
| propertynodeimage = Application-Palettes-Functions Names.png
 
| availableinrealtime = No
| availableinruntime = No
| permissions = Read Only
| remoteallowed = No
|}}
|}}
{{TOCright}}
{{TOCright}}
 
Returns the names of all the items in the Functions palettes for a given application reference.
 
== Uses ==
== Uses ==
{{ambox|text=Specific use cases for this property.}}
{{ambox|text=Specific use cases for this property.}}

Latest revision as of 00:51, 12 June 2020

VI Server Property Information
Property ID B1
Scope VI Scripting
Data Name Palettes.GetFuncNames
Short Name* Palettes.FuncNames
Long Name* Palettes:Functions Names
* 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
Data Type String Array data type

String Array

Property Node Palettes:Functions Names
Available in Real-Time Operating SystemNo
Available in Run-Time EngineNo
PermissionsRead Only
Remote access allowedNo

Returns the names of all the items in the Functions palettes for a given application reference.

Uses

History

Version Change(s)
LabVIEW 2020 In LabVIEW 2020 the Palettes:Get Functions Names property name changed to Palettes:Functions Names property and changed from Private to VI Scripting.

See Also

External Links