| Library | Module | Frames | Expand |
| Sub | AssignValue (Owner as IpfcRelationOwner, FunctionName as String, Arguments as IpfcParamValues, Assignment as IpfcParamValue) | |
| Function called to evaluate a custom relation function invoked on the left hand side of a relation. | ||
| Function | CheckArguments (Owner as IpfcRelationOwner, FunctionName as String, Arguments as IpfcParamValues) as Boolean | |
| To check the validity of arguments of external function. | ||
| Function | EvaluateFunction (Owner as IpfcRelationOwner, FunctionName as String, Arguments as IpfcParamValues) as IpfcParamValue | |
| Function called to evaluate a custom relation function invoked on the right hand side of a relation. | ||
| Sub | AssignValue | (Owner as IpfcRelationOwner, FunctionName as String, Arguments as IpfcParamValues, Assignment as IpfcParamValue) |
|
Function called to evaluate a custom relation function invoked on the left hand side of a relation.
|
| Function | CheckArguments | (Owner as IpfcRelationOwner, FunctionName as String, Arguments as IpfcParamValues) as Boolean |
|
To check the validity of arguments of external function. This method can be used to check the contents of the arguments. If you want to restrict the arguments to be a certain number and a certain type, use the optional argument IpfcRelationFunctionOptions.ArgumentTypes instead.
|
| Function | EvaluateFunction | (Owner as IpfcRelationOwner, FunctionName as String, Arguments as IpfcParamValues) as IpfcParamValue |
|
Function called to evaluate a custom relation function invoked on the right hand side of a relation.
|