f$GetPGParaTyp
f$GetPGParaTyp
Calculate the data type of a parameter in a parameter group. A requirement for using this function is that you first call the function: f$GetPGParameter
Syntax: | Type = f$GetPGParaTyp() | ||
| Argument | Type | Meaning |
Result: | Integer | Type of the current parameter or 0 if f$GetPGParameter has not successfully been called previously. | |
Example: | Name = f$GetPGParameter('Address') → Name = 'AddressID' | ||