StringConstant class: Difference between revisions
Appearance
Started page |
(No difference)
|
Revision as of 02:13, 28 August 2019
| VI Server Class Information | |
|---|---|
| Return to VI Server Class Hierarchy | |
| Class Name | class |
| Class ID | {{{1}}} |
| Scope | |
| Class Inheritance |
This class is a top-level class. |
| Class Children | This class has no children. |
| |
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |
The StringConstant class is a class in the VI Server Class Hierarchy, (see also VI Server).
Properties
Show/Hide StringConstant Properties Table
| Legend | |
|---|---|
| R/W | Readable/Writable Permissions |
| RTE | Available in the Run-Time Engine |
| Basic Development Environment | |
| VI Scripting | |
| Private | |
| Deprecated | |
| Property ID | Short Name (English) | Description | R/W | RTE |
|---|---|---|---|---|
| 6350005 | DisplayFormatVisibility | Gets or sets the visibility of the display format for the string constant. | R/W | |
| 6350002 | DispStyle | Gets or sets the display type of the string constant.
You get or set a number that corresponds to the values in the following section. |
R/W | |
| 6350003 | LimitSglLine | Specifies whether to limit the characters to a single line. | R/W | |
| 6350004 | PreallocLen | R/W | X | |
| 6350001 | ScrollVis | Specifies whether the vertical scroll bar is visible. | R/W | |
| 6350000 | SizeToText | Sets whether the size of the string constant changes according to the text included. | R/W | |
| 6350006 | Text | Returns a reference to the Text object that represents the text displayed in the referenced constant. Unlike with the Value property, you can use this reference with the Text properties and methods to manipulate the cosmetic attributes of the text, such as the font, color, and size. | R |
Methods
No Methods for this class.
Events
No Events for this class.
History
| |
History information is needed. What changes have occured over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |