processlist AppType property
Return to Introduction  Previous page  Next page
Applies to
acProcess object.  

Declaration
type  
  TacAppType =  
      (atUnknown,        // type not yet determined  
       atVisibleWindows, // application with visible windows  
       atHiddenWindows,  // application with only hidden windows  
       atExplorer,       // Windows Explorer  
       atNoWindows);     // application with no windows  
 
property AppType: TacAppType; // read-only!  

Description
The AppType determines the type of the application (whether it is GUI application with visible windows, hidden application, Explorer window, or just some system process).  
 
The application type can be one of following values:  
ValueMeaning  
atVisibleWindowsthe application have one or more visible windows  
atHiddenWindowsall windows of the application are hidden  
atExplorerthe application is Windows Explorer  
atNoWindowsthe application has no windows  

See also
AppTypeName property.