TreeControl class/Focus Item property: Difference between revisions
Appearance
m Added Private Property Category to page |
Updated for LabVIEW 2020 |
||
Line 2: | Line 2: | ||
| classid = 66 | | classid = 66 | ||
| propertyid = 756A3C4E | | propertyid = 756A3C4E | ||
| scope= | | scope=basic | ||
| dataname = FocusItem | | dataname = FocusItem | ||
| shortname = FocusItem | | shortname = FocusItem | ||
Line 9: | Line 9: | ||
| datatype = String | | datatype = String | ||
| propertynodeimage = TreeControl-Focus Item.png | | propertynodeimage = TreeControl-Focus Item.png | ||
| availableinrealtime = Yes | |||
| availableinruntime = Yes | |||
| loadsbd = No | |||
| loadsfp = No | |||
| needsauthentication = No | |||
| permissions = Read/Write | | permissions = Read/Write | ||
| remoteallowed = Yes | |||
| settablewhenrunning = Yes | |||
|}} | |}} | ||
{{TOCright}} | {{TOCright}} | ||
Reads or writes an item tag to specify the tree's focus item, which is used as the basis when navigating using the arrow keys. | |||
== Uses == | == Uses == | ||
Line 18: | Line 27: | ||
== History == | == History == | ||
{| class="wikitable" | {| class="wikitable" | ||
! Version | ! Version | ||
! Change(s) | ! Change(s) | ||
|- | |- | ||
|[[File: | |[[File:LV2020.png|frameless|border|64x64px|LabVIEW 2020|link=LabVIEW 2020]] | ||
| | | In [[LabVIEW 2020]] this property was changed from [[VI Server#Private|Private]] to [[VI Server#Basic Development Environment|Basic Development Environment]]. | ||
|} | |} | ||
== See Also == | == See Also == | ||
{{ambox|text=Add links to internal wiki pages that would also help.}} | {{ambox|text=Add links to internal wiki pages that would also help.}} | ||
Line 31: | Line 40: | ||
== External Links == | == External Links == | ||
{{ambox|text=Add links to external resources that would also help.}} | {{ambox|text=Add links to external resources that would also help.}} | ||
[[Category:VI Server Property]] | [[Category:VI Server Property]] |
Latest revision as of 04:14, 17 June 2020
VI Server Property Information | |
---|---|
Property ID | 756A3C4E |
Scope | Basic Development Environment |
Data Name | FocusItem |
Short Name* | FocusItem |
Long Name* | Focus Item |
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE. | |
Owning Class ID | 66 |
Owning Class Name | TreeControl Class |
Data Type | String data type |
Property Node | ![]() |
Available in Real-Time Operating System | Yes |
Available in Run-Time Engine | Yes |
Loads the block diagram into memory | No |
Loads the front panel into memory | No |
Need to authenticate before use | No |
Permissions | Read/Write |
Remote access allowed | Yes |
Settable when the VI is running | Yes |
Reads or writes an item tag to specify the tree's focus item, which is used as the basis when navigating using the arrow keys.
Uses
![]() |
Specific use cases for this property. |
History
Version | Change(s) |
---|---|
![]() |
In LabVIEW 2020 this property was changed from Private to Basic Development Environment. |
See Also
![]() |
Add links to internal wiki pages that would also help. |
External Links
![]() |
Add links to external resources that would also help. |