AddPictureToStartupList Method

Adds pictures to the iFIX WorkSpace's startup lists. The startup lists determine the pictures that will be opened automatically when the WorkSpace starts.

Syntax

object.AddPictureToStartupList bstrPictureName, bMode

Properties

The AddPictureToStartupList method syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

bstrPictureName

String. Name of the picture to be added to the startup list. You must include the file path and extension

bMode

Boolean. Specifies whether to open the picture when the WorkSpace starts in the Configuration environment or in the Runtime environment.

Valid entries:
0 – AppConfigurePicturePreferences
1 – AppRunPicturePreferences

pIndex

Long. Numerical index of the procedures position in the existing collection. Note: This index is transient, it will change as procedures are added or deleted.

 

Example

Applies To