Atozed Forums

Full Version: C++ FMX Ping function missing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
(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.