PropertyObject.SetInstanceDefaultFlags
- Updated2024-10-09
- 1 minute(s) read
PropertyObject.SetInstanceDefaultFlags
Syntax
PropertyObject.SetInstanceDefaultFlags( lookupString, options, Flags)
Purpose
Sets the default flags for instances of the type the lookupString parameter specifies.
Remarks
This method is valid only for type definitions. The type instance default flags are the initial flags instances of the type have when they are created. If the corresponding instance override flag is set, 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
PropertyObject.DisplayFlagsDialog
PropertyObject.GetInstanceDefaultFlags
PropertyObject.SetInstanceOverrideFlags
Thread Safety of the PropertyObject API and TestStand Variables