ScreenUPG
getDataCapture Method
Example 



Returns the current state of the data capture facility.
Syntax
'Declaration
 
Public Function getDataCapture() As Boolean
'Usage
 
Dim instance As ScreenUPG 
Dim value As Boolean 
  
value = instance.getDataCapture()
public bool getDataCapture()
public: 
bool getDataCapture(); 

Return Value

true or false. If the data capture facility is on, the return value is true. Otherwise, it is false.
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
Dim gdc As Boolean gdc = screen.getDataCapture
bool gdc = screen.getDataCapture();
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
getMaxDataCaptureLength Method
setDataCapture Method
setDataCaptureEx Method
setMaxDataCaptureLength Method