Class COMHandleArrayHolder

java.lang.Object
com.progress.open4gl.Holder
com.progress.open4gl.COMHandleArrayHolder
All Implemented Interfaces:
Serializable

public class COMHandleArrayHolder extends Holder
The COMHandleArrayHolder class is used to pass OUTPUT and INPUT-OUTPUT COMHandle[] values when the 4GL parameter type is COM-HANDLE EXTENT.
See Also:
  • Constructor Details

    • COMHandleArrayHolder

      public COMHandleArrayHolder()
    • COMHandleArrayHolder

      public COMHandleArrayHolder(COMHandle[] value)
  • Method Details

    • setCOMHandleArrayValue

      public void setCOMHandleArrayValue(COMHandle[] value)
    • getCOMHandleArrayValue

      public COMHandle[] getCOMHandleArrayValue()