Previous Next

CLEAR( ) method (Handle)
This method performs the following actions:
*
*
Removes all elements from a dynamic ProDataSet object including buffers and relations. That is, it restores the state of the dynamic ProDataSet object to what it was immediately after the CREATE DATASET statement.
*
*
Return type:
Applies to:
 
Syntax 
CLEAR ( )
For the Application Debugger system handle:
*
*
Note:
To use this method with the DEBUGGER system handle, you must have the Application Debugger installed in your OpenEdge environment.
For more information on using this method for the Debugger, see the reference entry for the DEBUGGER system handle and OpenEdge Development: Debugging and Troubleshooting.
For the call object handle, this method resets each attribute of a call object to its default value, which lets you reuse a call object.
Note:
For the temp-table object handle:
*
This method empties the temp-table and removes all its definitional data (field and index definitions and pending saved data). This puts the temp-table object into the CLEAR state, as opposed to the UNPREPARED or PREPARED state.
*

Previous Next
© 2012 Progress Software Corporation and/or its subsidiaries or affiliates.