how to create componen tms web gmaps runtime...
i am trying to make code like this fail
var
Mapssss:TTMSFMXWebGMaps;
begin
Mapssss:=TTMSFMXWebGMaps.Create(Form1);
Mapssss.Align:=TAlignLayout.Client;
Mapssss.SetVisible(True);
end;
how to create componen tms web gmaps runtime...
Hi,