COMParm
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
The following syntax describes how to specify a COMparm for a COM object method:
Syntax
|
The expression can be any valid ABL expression or data element. Data-type is a supported COM data type that is compatible with the expression. A null-parm is any amount of white space. For information on COM data types and on OUTPUT, INPUT-OUTPUT, BY-POINTER, and BY-VARIANT-POINTER, see Data-type.
Note: There is currently no support for named parameters,
for example: Method-Name
(Color="GREEN", Shape="SQUARE") Data-type.