Class COMHandle

java.lang.Object
com.progress.open4gl.COMHandle

public class COMHandle extends Object
Represents the PROGRESS 4GL COM-HANDLE data type. Allows to convert the value to and from a Java long value.
  • Constructor Details

    • COMHandle

      public COMHandle(long longVal)
  • Method Details

    • putLong

      public void putLong(long longVal)
    • getLong

      public long getLong()