connectionlist Refresh method
Return to Introduction  Previous page  Next page
Applies to
acConnectionList, acProcessList and acIESniffer components (used to refresh the content of the internal data list).  

Declaration
procedure Refresh;  

Description
The Refresh method retrieves the list of all currently available connections fills the internal list of acProcessList component with new information about each system process. After refreshing of the list, you see current number of processes using Count property or get access to the the process information using Items property.  
 
Use Refresh method to keep the list of processes always fresh. The component does NOT update its list automatically (it does it only once on startup).  

See also
Count and Items properties.