These are the data type-specific methods for adding an ABL COM-HANDLE parameter:

Syntax

public void addCOMHandle(int position, com.progress.open4gl.COMHandle value, 
                         int mode)
            throws Open4GLException
public void addCOMHandleArray(int position, 
                              com.progress.open4gl.COMHandle[] value, 
                              int mode, int extentValue)
            throws Open4GLException

For information on the parameters to these methods, see General syntax for add parameter methods.