The following list defines the flags for each property and method.
Is settable when the VI is runningSpecifies if you can read or write a value from this property or method when the VI is running.
Requires the block diagram to be loadedSpecifies if the block diagram must be loaded into memory.
Is available on local LabVIEW onlySpecifies if you can use this property or method only on local versions of LabVIEW. If set to Yes, a VI running remotely cannot call another VI that has this property or method enabled. Only local references to this property or method are allowed.
Requires the front panel to be loadedSpecifies if the front panel must be loaded into memory.
Must wait until user interface is idleSpecifies if you can use this property or method while the user is selecting items in a dialog box, tracking a control, and so on.
Is available with control VIsSpecifies if you can use this property or method with VIs that are controls.
Is available with global VIsSpecifies if you can use this property or method with VIs that are globals.
Is available with strict type definitionsSpecifies if you can use this property or method with strict type definitions.
Is available with polymorphic VIsSpecifies if you can use this property or method with polymorphic VIs.
Available in Run-Time EngineSpecifies if you can use this property or method in built applications. Some properties and methods are only available during editing.
PermissionsSpecifies if this property is Read Only, Write Only, Read/Write, or Write In Edit Only.