| Library | Module | Frames | Expand |
| Property | IsOptional | as Boolean [optional] |
| Specifies whether argument is optional, indicating that the argument does not always need to be suppiled in the relation. Optional arguments must come at the end of the argument list. Default is false. | ||
| Property | Type | as IpfcParamValueType |
| Parameter value type of argument. | ||
| Function | CCpfcRelationFunctionArgument.Create (Type as IpfcParamValueType) as IpfcRelationFunctionArgument | |
| Create a relation function argument object. | ||
| Property | IsOptional | as Boolean [optional] |
|
Specifies whether argument is optional, indicating that the argument does not always need to be suppiled in the relation. Optional arguments must come at the end of the argument list. Default is false. |
| Property | Type | as IpfcParamValueType |
|
Parameter value type of argument. |
| Function | CCpfcRelationFunctionArgument.Create | (Type as IpfcParamValueType) as IpfcRelationFunctionArgument |
|
Create a relation function argument object.
|