Page class

From LabVIEW Wiki
Jump to: navigation, search
VI Server Class Information
Return to VI Server Class Hierarchy
Class Name Page class
Class ID 54
Scope Basic Development Environment
Class Inheritance
Class Children

This class has no children.


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

Properties

Show/Hide Page Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Page Properties Table
Property ID Long Name (English) Description R/W RTE
18044C00Page Enabled StateGets or sets the state of a tab control page.Read/WriteYes
18044C01Page VisibleShows or hides individual pages of a tab control.Read/WriteYes
18044C02Controls on Page[]Returns an array of references to the controls and indicators on a page. The order in which you place the objects on the page determines the index of the object in the array. For example, if the first object you place on the page is a numeric control, the index of the numeric control in the array returned by this property is 0.Read OnlyYes (Read Only)
18044C03Decorations on Page[]Gets an array of references to all decorations on a tab control page.Read OnlyYes (Read Only)
18044C04Objects on Page[]Gets an array of references to all controls, indicators, and decorations on a page.Read OnlyYes (Read Only)
18044C05Tab CaptionGets or sets the text of a caption on a tab control page.Read/WriteYes
18044C06Page LabelGets the label of a tab control page.Read/WriteYes (Read Only)
18044C07DescriptionGets or sets the description of a tab control page.Read/WriteYes
18044C08Tip StripGets or sets the tip strip of a tab control page. A tip strip is the brief description of the object that appears when you move the cursor over the object.Read/WriteYes
18044C09Independent LabelMakes the tab control page caption independent of the page label.Read/WriteYes
18044C0AColorsGets or sets the foreground and background colors of a tab control page.Read/WriteYes
18044C0BColors:FG ColorGets or sets the foreground color of the tab control page.Read/WriteYes
18044C0CColors:BG ColorGets or sets the background color of the tab control page.Read/WriteYes

Methods

Show/Hide Page Properties Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Page Methods Table
Method ID Long Name (English) Description RTE
18044800Reorder ControlsReorders the controls on the page according to the order of the input array of control references.Yes (Read/Write)
18044801Import ImageImports the image from the clipboard to the page.Yes (Read/Write)
18044802Remove ImageRemoves the image from the page.Yes (Read/Write)

Events

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


History

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

See Also