Clears information from the captured data buffer.
Namespace: ScreenUPG
Assembly: ScreenUPG (in ScreenUPG.dll)
Syntax
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
[C#]
Copy Code | |
---|---|
// Clear any captured data screen.clearCapturedData(); |
Copy Code | |
---|---|
'Clear any captured data screen.clearCapturedData |