v4.0
Disables or enables any siCapabilities flag set on the Parameter. For
convenience some of the most common Capability flags are directly exposed as properties,
for example Parameter.ReadOnly.
Changing the capability flags only affects one particular instance of the parameter.
Parameter.SetCapabilityFlag( Int32 in_Flag, Boolean in_bEnable ); |
Parameter.SetCapabilityFlag( Flag, Enable ); |
Parameter | Type | Description |
---|---|---|
Flag | siCapabilities | Specify the flag to change |
Enable | Boolean | When true the Capability will be set, when false the Capability will be removed |