I have a project with Indy (using RAD XE2) and I get a return string from IdHTTP like: String result = IdHTTP->Get(url); the problem is reuslt is limited at 2047 character lenght. How can i handle full return string? Thank you.
Edit: This issue occurs when in debug mode only (using Step into).
StringorWideStringtype, but will either be an issue with Indy or the web service you're attempting to consume! – LaKraven Sep 30 '12 at 21:05