StringConstant class
VI Server Class Information | |
---|---|
Return to VI Server Class Hierarchy | |
Class Name | StringConstant class |
Class ID | 16392 |
Scope | VI Scripting |
Class Inheritance |
|
Class 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).
Contents |
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 | Long Name (English) | Description | R/W | RTE |
---|---|---|---|---|
6350000 | Size To Text? | Sets whether the size of the string constant changes according to the text included. | Read/Write | No |
6350001 | Scrollbar Visible? | Specifies whether the vertical scroll bar is visible. | Read/Write | No |
6350002 | Display Style | Gets or sets the display type of the string constant. | Read/Write | No |
6350003 | Limit To Single Line? | Specifies whether to limit the characters to a single line. | Read/Write | No |
6350004 | Prealloc Length | Read/Write | Yes | |
6350005 | Display Format Visible? | Gets or sets the visibility of the display format for the string constant. | Read/Write | No |
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. | Read Only | No |
Methods
This class has no methods or it inherits methods from its parent: Constant Class.
Events
This class has no events or it inherits events from its parent: Constant Class.
History
History information is needed. What changes have occurred over previous versions? |
Version | Change(s) |
---|---|
More info to come. |