![]() |
![]() ![]() ![]() |
acConnectionList, acProcessList and acIESniffer components (used to refresh the content of the internal data list).
|
procedure Refresh;
|
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).
|
Count and Items properties.
|