Control class/Has Caption property: Difference between revisions
Appearance
m Category reorg |
m Added VI Scripting Property Category to page |
||
| Line 48: | Line 48: | ||
== 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 Scripting Property]] | |||
[[Category:VI Server Property]] | [[Category:VI Server Property]] | ||
Revision as of 19:37, 7 May 2020
| VI Server Property Information | |
|---|---|
| Property ID | 6332022 |
| Scope | VI Scripting |
| Data Name | HasCaption |
| Short Name* | HasCaption |
| Long Name* | Has Caption |
| * Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE. | |
| Owning Class ID | 6 |
| Owning Class Name | Control Class |
| Data Type | Boolean 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 Only |
| Remote access allowed | Yes |
| Settable when the VI is running | No |
Returns TRUE if the control has a caption.
A control has a caption after you complete one of the following actions:
- Display the caption by right-clicking the control and selecting Visible»Caption from the shortcut menu.
- Programmatically get or set the caption text by using the Text property of the control.
Note LabVIEW continues to store the caption for the control even if you hide the caption or use the text editor tool to delete the text of the caption. This behavior enables LabVIEW to display the caption if you choose to make it visible again. Therefore, this property continues to return TRUE for hidden captions.
|
Uses
| |
Specific use cases for this property. |
History
| |
History information is needed. What changes have occurred over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |
See Also
| |
Add links to internal wiki pages that would also help. |
External Links
| |
Add links to external resources that would also help. |