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

Declaration
property ExeName: String; // read-only!  

Description
The ExeName is the name of the executable file, to which the process belongs.  
 
To retrieve the description of the executable file from its header — use Description property. To retrieve the index of file icon from system image list — read SystemIconIndex property.  

See also
Description, SystemIconIndex, SystemIcon16Handle and SystemIcon32Handle properties;  
acSystemImageList component.