![]() |
![]() ![]() ![]() |
acConnectionList and acHostnameResolver components.
|
property AutoResolve: Boolean;
|
The AutoResolve property determines whether the component should lookup for hostname automatically at once after specifying the IPList or adding new IP address to that list.
|
|
When AutoResolve is True, the thread which resolves hostnames will be started automatically and application can receive retrieved IPs in OnHostnameRetrieved event. When AutoResolve is False, you should programmatically start the thread using Execute method to start the lookup for hostnames.
|
IPList property;
|
Execute and Abort methods;
|
OnHostnameRetrieved event.
|