You are not logged in.
Pages: 1
If you are confused by those low-level methods, rather use the high-level Input methods of the request execution context.
Do you happen to have an example for that, please?
Thank you for your reply, ab.
I have actually read the documentation entry for URLDecodeDouble.
But the explanation is not enough for me, sorry.
function UrlDecodeDouble(U: PUTF8Char; const Upper: RawUTF8; var Value: double; Next: PPUTF8Char=nil): boolean;
U = the URL passed
Upper = Upper of the target parameter? Why?
Value = stores the double value
Next = this is not obvious to me
I struggle to interpret the use of Next here.
Hello.
I am trying to follow Sample 06 (Project06Server) then I came around UrlDecodeDouble. What does it do and the other UrlDecode* functions? What is done with the parameters? Sorry, can't find the answer in the docs (or don't understand).
TIA. jeffp
Pages: 1