Page class/Controls on Page() property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 18044C02
Scope Basic Development Environment
Data Name ControlsOnPage
Short Name* CtlsOnPage
Long Name* Controls on Page[]
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 54
Owning Class Name Page Class
Data Type Control Refnum Array data type

Control Refnum Array

Property Node Controls on Page[]
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes (Read Only)
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Need to authenticate before useNo
PermissionsRead Only
Remote access allowedYes
Settable when the VI is runningNo

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.


Uses

History

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

See Also

External Links