| Library | Module | Frames | Expand |
| Property | AllowContextSelection | as Boolean [optional] |
| Whether or not to allow parameter selection from multiple contexts, or only from the invoking parameter owner.The default is to allow selection only from the invoking parameter owner. | ||
| Property | AllowMultipleSelections | as Boolean [optional] |
| Whether or not to allow multiple parameters to be selected from the dialog box, or only a single parameter. By default, it is true, and allows selection of multiple parameters. | ||
| Property | Contexts | as IpfcParameterSelectionContexts [optional] |
| The parameter selection contexts.The default indicates that parameters may be selected from any context. | ||
| Property | SelectButtonLabel | as String [optional] |
| Label for the select button.The default is null. | ||
| Function | CCpfcParameterSelectionOptions.Create () as IpfcParameterSelectionOptions | |
| Creates a ParameterSelectionOptions object. | ||
| Property | AllowContextSelection | as Boolean [optional] |
|
Whether or not to allow parameter selection from multiple contexts, or only from the invoking parameter owner.The default is to allow selection only from the invoking parameter owner. |
| Property | AllowMultipleSelections | as Boolean [optional] |
|
Whether or not to allow multiple parameters to be selected from the dialog box, or only a single parameter. By default, it is true, and allows selection of multiple parameters. |
| Property | Contexts | as IpfcParameterSelectionContexts [optional] |
|
The parameter selection contexts.The default indicates that parameters may be selected from any context. |
| Property | SelectButtonLabel | as String [optional] |
|
Label for the select button.The default is null. |
| Function | CCpfcParameterSelectionOptions.Create | () as IpfcParameterSelectionOptions |
|
Creates a ParameterSelectionOptions object.
|