Jump to content

PathConstant class: Difference between revisions

From LabVIEW Wiki
mNo edit summary
Replaced with template tables
Line 7: Line 7:
{{TOCright}}
{{TOCright}}


==Properties==
<!--Edit Properties, Methods, or Events in the appropriate table in one on the VI Server Templates-->
<span class="mw-customtoggle-propertiestable">Show/Hide PathConstant Properties Table</span>
{{VIServerClassTables|16387}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ PathConstant Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#CCFFFF;"
|634B803
| [[PathConstant class/PTooLngToFt property|PTooLngToFt]]
|Specifies how to display a path that is too long to fit in the path constant. LabVIEW applies the value of this property only if the scrollbar of the constant is hidden.
 
You also can use the <b>Path too long to fit</b> pull-down menu on the Appearance page of the Properties dialog box to specify how to display long paths.
|R/W
|X
|- style="background-color:#CCFFFF;"
|634B802
| [[PathConstant class/Path Type property|Path Type]]
|Gets or sets the type of path.
|R/W
|X
|- style="background-color:#CCFFFF;"
|634B801
| [[PathConstant class/Scroll Vis? property|Scroll Vis?]]
|Specifies whether the scroll bar is visible.
|R/W
|X
|- style="background-color:#CCFFFF;"
|634B804
| [[PathConstant class/ShwsAbbrdBhvior? property|ShwsAbbrdBhvior?]]
|Returns whether the path constant is currently abbreviating the path. This property returns FALSE if the object is set to clip the path, if the scrollbar is visible, or if the path fits in the path object.
 
This property is similar to the <b>Path too long to fit</b> pull-down menu on the Appearance page of the Properties dialog box.
|R
|X
|- style="background-color:#CCFFFF;"
|634B800
| [[PathConstant class/SizeToText property|SizeToText]]
|Sets whether the size of the path constant changes according to the text included.
|R/W
|
|}
</div>
 
==Methods==
''No Methods for this class.''
 
==Events==
''No Events for this class.''


== History ==
== History ==
{{ambox|text=History information is needed.  What changes have occured over previous versions?}}
{{ambox|text=History information is needed.  What changes have occurred over previous versions?}}
{| class="wikitable"
{| class="wikitable"
! Version
! Version

Revision as of 20:13, 8 September 2019

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name PathConstant class
Class ID 16387
Scope VI Scripting
Class Inheritance
Class Children

This class has no children.


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

Properties

Show/Hide PathConstant Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
PathConstant Properties Table
Property ID Long Name (English) Description R/W RTE
634B800Size To Text?Sets whether the size of the path constant changes according to the text included.Read/WriteNo
634B801Scrollbar Visible?Specifies whether the scroll bar is visible.Read/WriteYes
634B802Path TypeGets or sets the type of path.Read/WriteYes
634B803Path Too Long To FitSpecifies how to display a path that is too long to fit in the path constant. LabVIEW applies the value of this property only if the scrollbar of the constant is hidden.Read/WriteYes
634B804Shows Abbreviated Behavior?Returns whether the path constant is currently abbreviating the path. This property returns FALSE if the object is set to clip the path, if the scrollbar is visible, or if the path fits in the path object.Read OnlyYes

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