StringConstant class

From LabVIEW Wiki
Jump to: navigation, search
VI Server Class Information
Return to VI Server Class Hierarchy
Class Name StringConstant class
Class ID 16392
Scope VI Scripting
Class Inheritance
Class Children


The StringConstant class is a class in the VI Server Class Hierarchy, (see also VI Server).

Properties

Show/Hide StringConstant Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
StringConstant Properties Table
Property ID Long Name (English) Description R/W RTE
6350000Size To Text?Sets whether the size of the string constant changes according to the text included.Read/WriteNo
6350001Scrollbar Visible?Specifies whether the vertical scroll bar is visible.Read/WriteNo
6350002Display StyleGets or sets the display type of the string constant.Read/WriteNo
6350003Limit To Single Line?Specifies whether to limit the characters to a single line.Read/WriteNo
6350004Prealloc LengthRead/WriteYes
6350005Display Format Visible?Gets or sets the visibility of the display format for the string constant.Read/WriteNo
6350006TextReturns 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 OnlyNo

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

Version Change(s)
LabVIEW 2018 More info to come.

See Also