CLIPSIB Property
PLBCMP GUI Only
The CLIPSIB property specifies that no object may be displayed on top of the EDITTEXT or EDITNUMBER object. The property uses the following format:
CLIPSIB={value}
Note the following:
CLIPSIB may be used in CREATE, GETPROP, or SETPROP statements of an EDITTEXT or EDITNUMBER object.
Enabling this property will provide better performance when a large number of non-overlapping objects (more than 400) are being displayed with a non-3D border.
{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 |
Sibling clipping is ... |
|
0 |
$OFF |
disabled. |
|
1 |
$ON |
enabled.(default) |
When using the PL/B Web Server, this property is not supported.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |