Try OpenEdge Now
skip to main content
ABL Reference
Handle Attributes and Methods Reference : CLEAR( ) method (FILL-IN Widget)
 

CLEAR( ) method (FILL-IN Widget)

Clears a fill-in widget's data.
Return type: LOGICAL
Applies to: FILL-IN widget

Syntax

CLEAR ( )
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.