Looking at the new Delphi XE2 with Firemonkey. Considering that it compiles for Windows, Mac OSX and iOS, VCL components are useless in a FireMonkey application.
My question is: Is there/will there be an Indy Firemonkey Edition? Cause I seriously need the IdHTTP.Post();. If not, is there a way to do this in FireMonkey?
I have been googling for quite awhile now, not finding anything. :S
VCLmeansVisual Component Library. There’s nothing aboutIndythat is “visual” (meaning “seen at runtime”), meaning that “VCL components are useless in aFireMonkeyapplication” has no relevance toIndy.You can create a new
FireMonkey HDapplication inDelphi XE2, targetOS X, and theIndycomponent pages are still available in the IDE, meaning that they are compatible with supportedFireMonkeycross-platform targets. They’re also available forFireMonkey HDWindows targets (32 and 64 bit).