Need to detect local IP address under FireMonkey3. In VCL version, I have been using unit WinSock with methods for it
WSAStartup(...)
gethostname(...)
One limitation: don't need to use any third-party library. I am porting ASTA components to FireMonkey3 platform, and don't want to do dependencies among components.
If you need a cross-platform solution try using Indy and the
TIdStack.AddLocalAddressesToList
method included in theIdStack
unitTry this sample