Atozed Forums
C++ FMX Ping function missing - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Indy (https://www.atozed.com/forums/forum-8.html)
+--- Forum: Indy General Discussion (https://www.atozed.com/forums/forum-9.html)
+--- Thread: C++ FMX Ping function missing (/thread-2510.html)



C++ FMX Ping function missing - scotty - 09-17-2021

Hi All,

I saw a video of how to do a ping in an Embarcadero C++ builder VCL form. But when I try it on an FMX form, the PING function does not exist.

Is PING in FMX, in the works? or is there a work around or an upgrade maybe?

Thanks,

Scotty.


RE: C++ FMX Ping function missing - rlebeau - 09-18-2021

(09-17-2021, 07:57 PM)scotty Wrote: I saw a video of how to do a ping in an Embarcadero C++ builder VCL form.

Which video is that exactly?

(09-17-2021, 07:57 PM)scotty Wrote: But when I try it on an FMX form, the PING function does not exist.

It should be.

(09-17-2021, 07:57 PM)scotty Wrote: Is PING in FMX, in the works? or is there a work around or an upgrade maybe?

Ping() is a method of the TIdIcmpClient component. All Indy components are non-visual classes, and should be available for both VCL and FMX.