Jump to content

Map class: Difference between revisions

From LabVIEW Wiki
Started page
 
m Removed VI Server Category from page
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{VIServerClass|name=Map|id=137|scope=basic|class_0=Generic|class_1=GObject|class_2=Control|class_3=Map}}
{{VIServerClass|137}}


{{stub}}
{{stub}}
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 Map Properties Table</span>
{{VIServerClassTables|137}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ Map Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#FFFFCC;"
|16099804
| [[Map class/HorizScroll property|HorizScroll]]
|
|R/W
|X
|- style="background-color:#FFFFCC;"
|16099800
| [[Map class/MapKey property|MapKey]]
|
|R
|X
|- style="background-color:#FFFFCC;"
|16099801
| [[Map class/MapValue property|MapValue]]
|
|R
|X
|- style="background-color:#FFFFCC;"
|16099802
| [[Map class/NumKeyValuePairs property|NumKeyValuePairs]]
|
|R/W
|X
|- style="background-color:#FFFFCC;"
|16099805
| [[Map class/TopVisKeyValuePair property|TopVisKeyValuePair]]
|
|R
|X
|- style="background-color:#FFFFCC;"
|16099803
| [[Map class/VertScroll property|VertScroll]]
|
|R/W
|X
|}
</div>
 
==Methods==
<span class="mw-customtoggle-methodstable">Show/Hide Map Methods Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-methodstable">
{{VIServerLegend|showrte=TRUE}}
{| class="wikitable sortable"
|+ Map Methods Table
! Method ID
! Short Name (English)
! Description
! RTE
|- style="background-color:#FFFFCC;"
|16099400
| [[Map class/ScrollToKey method|ScrollToKey]]
|
|X
|}
</div>
 
==Events==
''No Events for this class.''


== History ==
== History ==
Line 92: Line 24:
*[[VI Scripting]]
*[[VI Scripting]]


[[Category:VI Server]]
 
[[Category:VI Server Class]]
[[Category:VI Server Class]]

Latest revision as of 02:04, 8 May 2020

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name Map class
Class ID 137
Scope Basic Development Environment
Class Inheritance
Class Children

This class has no children.


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

    Properties

    Show/Hide Map Properties Table

    Legend
    R/WReadable/Writable Permissions
    RTEAvailable in the Run-Time Engine
    Basic Development Environment
    VI Scripting
    Private
    Deprecated
    Map Properties Table
    Property ID Long Name (English) Description R/W RTE
    16099800Map KeyRead OnlyYes
    16099801Map ValueRead OnlyYes
    16099802Number of Visible Key Value PairsRead/WriteYes
    16099803Vertical Scrollbar VisibleRead/WriteYes
    16099804Horizontal Scrollbar VisibleRead/WriteYes
    16099805Top Visible KeyValue PairRead OnlyYes

    Methods

    Show/Hide Map Properties Table

    Legend
    RTEAvailable in the Run-Time Engine
    Basic Development Environment
    VI Scripting
    Private
    Deprecated
    Map Methods Table
    Method ID Long Name (English) Description RTE
    16099400Scroll To KeyYes

    Events

    This class has no events or it inherits events from its parent: Control Class.


    History

    Version Change(s)
    LabVIEW 2019 Added in LabVIEW 2019

    See Also