Front Panel Window:Is Frontmost Property

LabView Local Project Settings

Front Panel Window:Is Frontmost Property

Short Name: FP.IsFrontmost

Installed With: Base Package

Class: VI Properties

Writing TRUE to this value brings the front panel to the front. This property applies only in the application instance of the calling VI. Writing FALSE to this value has no effect. If you read this property, it indicates whether the front panel window is the front window (ignoring floating windows).

Example

Remarks

The following table lists the characteristics of this property.

Available in Run-Time Engine and Real-Time Operating SystemYes
PermissionsRead/Write
Settable when the VI is runningYes
Loads the front panel into memoryNo
Need to authenticate before useNo
Loads the block diagram into memoryNo
Remote access disallowedNo
Must wait until user interface is idleYes
Available with control VIsYes
Available with global VIsYes
Available with strict type definitionsNo
Available with polymorphic VIsNo

Example

Refer to the VI Server - Changing Another VI's Properties VI in the labview\examples\viserver\uicntrl.llb for an example of using the Front Panel Window:Is Frontmost property.

 Open example  Browse related examples