+%
+% AnyAddress
+%
+
+\membersection{wxIPV4address::AnyAddress}\label{wxipv4addressanyaddress}
+
+\func{bool}{AnyAddress}{\void}
+
+Set address to any of the addresses of the current machine. Whenever
+possible, use this function instead of \helpref{wxIPV4address::LocalHost}{wxipv4addresslocalhost},
+as this correctly handles multi-homed hosts and avoids other small
+problems. Internally, this is the same as setting the IP address
+to {\bf INADDR\_ANY}.
+
+\wxheading{Return value}
+
+Returns TRUE on success, FALSE if something went wrong.
+
+