GetMinMaxBits example for Visual J++

The following example retrieves the values for MinBit and MaxBit using GetMinMaxBits and writes the results.

LEAD1.GetMinMaxBits();
edit1.setText( Short.toString( LEAD1.getMinBit() ) );
edit2.setText( Short.toString( LEAD1.getMaxBit() ) );