Try OpenEdge Now
skip to main content
ABL Reference
Handle Attributes and Methods Reference : Data-type
 

Data-type

The following syntax lists the supported COM data types for specifying any Data-type required for accessing a COM object property or method:

Syntax

SHORT | FLOAT | CURRENCY | UNSIGNED-BYTE | ERROR-CODE | IUNKNOWN
The requirements for using the OUTPUT, INPUT-OUTPUT, BY-VARIANT-POINTER, BY-POINTER, and AS Data-type options depend on the COM object method or property, the implementation of the COM object, and how you plan to use the parameter or property in your application. In many cases, expression is all that you require for a property write or method parameter. For more information on and examples of accessing COM object properties and methods, see the information on COM object references in the chapter on ActiveX Automation and in the chapter on control container support in OpenEdge Development: Programming Interfaces.