INTEGRAL Property


PLBCMP GUI Only

 

The INTEGRAL property specifies when a DATALIST is to resize as items are added. The property uses the following format:

 

INTEGRAL={value}

Note the following:

  1. INTEGRAL may be used in CREATE, or GETPROP statements of a DATALIST object. The INTEGRAL style for the DATALIST can only be invoked when the DATALIST object is created.

  2. {value} is a decimal number, a Numeric Variable, an Expression, or a keyword as defined in PLBEQU.INC. The supported values and keywords are:

  3.  

    Value

    Keyword

    List resizing is ...

    0

    $OFF

    disabled.

    1

    $ON

    enabled such that the list box does not display partial items. (default)

     

  4. When using the PL/B Web Server, this property is not supported.

 

See Also: Object Properties, Object IO Instructions, Object Definitions

 



PL/B Language Reference INTEGERDIGITS Property INTERVAL Property (TIMER)