OLEParameter.Type
From Xojo Documentation
Property (As Integer )
This property is only available on the Windows platform. For cross-platform compatibility, use #If...#Endif with the Target... specifiers to make sure you will not attempt to use this property on an incompatible platform. |
aOLEParameter.Type = newIntegerValue
or
IntegerValue = aOLEParameter.Type
Supported for all project types and targets.
or
IntegerValue = aOLEParameter.Type
Supported for all project types and targets.
Specifies the type of the parameter.
Notes
Use the following class constants to specify the type:
Class Constant |
---|
ParamtypeBoolean |
ParamTypeChar |
ParamTypeDouble |
ParamTypeNull |
ParamTypeSigned64Bit |
ParamTypeSignedChar |
ParamTypeSignedLong |
ParamTypeSignedShort |
ParamTypeSingle |
ParamTypeString |
ParamTypeUnsigned64Bit |
ParamTypeUnsignedLong |
ParamTypeUnsignedShort |