
Function | |
Creates a parameter value with the specified string value. | |
Function | |
Creates a IpfcParamValue with the specified integer value. | |
Function | |
Creates a IpfcParamValue object with the specified Boolean value. | |
Function | |
Creates a IpfcParamValue with the specified real value. | |
Function | |
Creates a note parameter. |

Function | CreateStringParamValue | (Value as String) as IpfcParamValue |

Function | CreateIntParamValue | (Value as Long) as IpfcParamValue |

Function | CreateBoolParamValue | (Value as Boolean) as IpfcParamValue |

Function | CreateDoubleParamValue | (Value as Double) as IpfcParamValue |

Function | CreateNoteParamValue | (Value as Long) as IpfcParamValue |
