ScreenUPG
clearCapturedData Method
Example 



Clears information from the captured data buffer.
Syntax
'Declaration
 
Public Sub clearCapturedData() 
'Usage
 
Dim instance As ScreenUPG 
  
instance.clearCapturedData()
public void clearCapturedData()
public: 
void clearCapturedData(); 
Remarks
The data capture facility allows you to save all information being sent to the presentation space to a string. The data capture facility is initially set to off until you activate it.
Example
// Clear any captured data
screen.clearCapturedData();
'Clear any captured data
screen.clearCapturedData
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ScreenUPG Class
ScreenUPG Members
clearCapturedData Method
getCapturedData Method
getCapturedBytes Method
getCapturedJavaBytes Method
getDataCapture Method
getMaxDataCaptureLength Method
setDataCapture Method
setDataCaptureEx Method
setMaxDataCaptureLength Method