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

Syntax

public void addLogical(int position, Boolean value, int mode)
            throws Open4GLException
public void addLogicalArray(int position, Boolean[] value, int mode, 
                            int extentValue)
            throws Open4GLException
public void addLogical(int position, boolean value, int mode)
            throws Open4GLException
public void addLogicalArray(int position, boolean[] value, int mode, 
                            int extentValue)
            throws Open4GLException

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