Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
procedure TFrm_main.Button1Click(Sender: TObject);
var Hostname : array[0..255] of Char;
begin
GetHostName(HostName, SizeOf(HostName));
ShowMessage(GStack.ResolveHost(HostName, id_ipv6));
end;