Parameter Data Types |
The following data types are supported for method parameters:
Use Long Integer for integer numeric values. Use Double for non-integer numeric values. Use Variable only in combination with the InList parameter mode. The following rules are applied for boolean values used by components:
If you use COM, the parameters that can have a NULL value must be defined as VARIANT in the source code. This is, for example, the case with the parameters of the QueryExe method of a table component. |