CLEAR( ) method (FILL-IN Widget)
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Clears a fill-in widget's data.
Return type: LOGICAL
Applies to: FILL-IN widget
Syntax
|
This method clears a static or dynamic fill-in widget's data, but unlike the CLEAR statement, it is applied to a single fill-in, and it does not clear the fill-in's colors. Using this method on a frame or a field-level widget other than a fill-in raises an error. The method can be used in GUI or character mode.
Note: The return value of this
method is not meaningful and should not be relied on.