ExcludeProcesses Property (Read/Write)

Top  Previous  Next

Enables/disables process exclusion/inclusion. When ExcludeProcesses is true, all the windows belonging to the process added using AddProcessId are excluded from the windows sent to the client, otherwise they are included. The defaults is set to true.

 

ActiveX/.NET Syntax

Scraper.ExcludeProcesses [= bool]

 

Delphi Syntax

Scraper.ExcludeProcesses [:= boolean]

 

See also

See also the ExcludeWindows events.