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:
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.
{value} is a decimal number, a Numeric Variable, an Expression, or a keyword as defined in PLBEQU.INC. The supported values and keywords are:
|
Value |
Keyword |
List resizing is ... |
|
0 |
$OFF |
disabled. |
|
1 |
$ON |
enabled such that the list box does not display partial items. (default) |
When using the PL/B Web Server, this property is not supported.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |