Jump to content

GObject class/Grouped property: Difference between revisions

From LabVIEW Wiki
m Category reorg
Updated for LabVIEW 2020
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
| classid = 36
| classid = 36
| propertyid = 632A806
| propertyid = 632A806
| scope=private
| scope=script
| dataname = Grouped
| dataname = Grouped
| shortname = Grouped
| shortname = Grouped
Line 9: Line 9:
| datatype = Boolean
| datatype = Boolean
| propertynodeimage = GObject-Grouped.png
| propertynodeimage = GObject-Grouped.png
 
| availableinrealtime = No
| availableinruntime = No
| loadsbd = Yes
| loadsfp = Yes
| needsauthentication = No
| permissions = Read Only
| remoteallowed = Yes
| settablewhenrunning = No
|}}
|}}
{{TOCright}}
{{TOCright}}


Returns TRUE if and only if the GObject is a member of a group (including locked groups).


== Uses ==
== Uses ==
Line 18: Line 26:


== History ==
== History ==
{{ambox|text=History information is needed.  What changes have occurred over previous versions?}}
{| class="wikitable"
{| class="wikitable"
! Version
! Version
! Change(s)
! Change(s)
|-
|-
|[[File:LV2018.png|frameless|border|64x64px|LabVIEW 2018|link=LabVIEW 2018]]
|[[File:LV2020.png|frameless|border|64x64px|LabVIEW 2020|link=LabVIEW 2020]]
|More info to come.
| In [[LabVIEW 2020]] this property was changed from [[VI Server#Private|Private]] to [[VI Server#VI Scripting|VI Scripting]].
|}
|}
== 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 32: Line 40:
{{ambox|text=Add links to external resources that would also help.}}
{{ambox|text=Add links to external resources that would also help.}}


[[Category:VI Scripting Property]]
[[Category:VI Server Property]]
[[Category:VI Server Property]]

Latest revision as of 03:42, 17 June 2020

VI Server Property Information
Property ID 632A806
Scope VI Scripting
Data Name Grouped
Short Name* Grouped
Long Name* Grouped
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 36
Owning Class Name GObject Class
Data Type Boolean data type

Boolean

Property Node Grouped
Available in Real-Time Operating SystemNo
Available in Run-Time EngineNo
Loads the block diagram into memoryYes
Loads the front panel into memoryYes
Need to authenticate before useNo
PermissionsRead Only
Remote access allowedYes
Settable when the VI is runningNo

Returns TRUE if and only if the GObject is a member of a group (including locked groups).

Uses

History

Version Change(s)
LabVIEW 2020 In LabVIEW 2020 this property was changed from Private to VI Scripting.

See Also

External Links