08-03-2018, Saat: 15:29
IdHTTP1.Post(edtURL, string1, nil, TEncoding.UTF8);
VEYA
NetHTTPRequest1.Post(edtURL, string1, nil, TEncoding.UTF8);
Hata:
[dcc32 Error] Unit1.pas(36): E2250 There is no overloaded version of 'Post' that can be called with these arguments
yapmak istediğim şey API den POST yaparak veri almak.
VEYA
NetHTTPRequest1.Post(edtURL, string1, nil, TEncoding.UTF8);
Hata:
[dcc32 Error] Unit1.pas(36): E2250 There is no overloaded version of 'Post' that can be called with these arguments
yapmak istediğim şey API den POST yaparak veri almak.

