Jump to content

StringConstant class: Difference between revisions

From LabVIEW Wiki
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.


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 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

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

See Also