PropertyObject.SetInstanceOverrideFlags

Syntax

PropertyObject.SetInstanceOverrideFlags( lookupString, options, Flags)

Purpose

Sets the flags for which the type determines the value in the instances of the type. Specify the type or a property of the type in the lookupString.

Remarks

This method is valid only for type definitions. If you set an instance override flag, the value for that flag as defined in the instance default flag will always be the value in the instance of the type and cannot be changed in that instance.

Parameters

lookupString As String

[In] Pass an empty string to denote the PropertyObject to which the method applies, or pass the name of a subproperty within the PropertyObject. You can also pass lookup strings to this parameter.

options As Long

[In] Pass 0 to specify the default behavior, or pass one or more PropertyOptions constants. Use the bitwise-OR operator to specify multiple options.

Flags As Long

[In] Specifies the default flags of the type.

See Also

Lookup Strings

PropertyFlags

PropertyObject.DisplayFlagsDialog

PropertyObject.GetInstanceOverrideFlags

PropertyObject.IsModifiedType

PropertyObject.SetFlags

PropertyObject.SetInstanceDefaultFlags

PropertyObject.SetTypeFlags

PropertyOptions

Thread Safety of the PropertyObject API and TestStand Variables