Sayfayı Yazdır | Pencereyi Kapat

tclRest hatası(exe-telefon)

Nereden Yazdırıldığı: Clomosy | Forum
Kategori: Genel Programlama
Forum Adı: Genel İşlemler
Forum Tanımlaması: TRObject dili ile programlama yaparken karşılaşılan genel işlemler
URL: https://forum.clomosy.com.tr/forum_posts.asp?TID=945
Tarih: 04 Ocak 2025 Saat 11:48
Program Versiyonu: Web Wiz Forums 12.07 - https://www.webwizforums.com


Konu: tclRest hatası(exe-telefon)
Mesajı Yazan: muhammed
Konu: tclRest hatası(exe-telefon)
Mesaj Tarihi: 15 Ekim 2024 Saat 17:00
var
Form1 : TclForm;
clRest : TCLRest;
Button1 : TCLButton;
void GetPostMethod;
{
clRest.Execute;
ShowMessage(clRest.Response);
}
{
Form1 = TclForm.Create(Self);
Button1 = Form1.AddNewButton(Form1,'Button1', 'Click');
Form1.AddNewEvent(Button1, tbeOnClick, 'GetPostMethod');
clRest=TCLRest.Create;


clRest.BaseURL = ' https://dummyjson.com/auth/login" rel="nofollow - https://dummyjson.com/auth/login ';
clRest.Accept = 'application/json';
clRest.Method = rmPOST;
clRest.AddBody('{"username":"kminchelle","password":"0lelplR"}','application/json');

Form1.Run;
}

--------------------------------------------------------------------
Unknown identifier or variable is not declared: 'TCLRest'.
Source position: 14,16
Clomosy Build : 20240207.224534
--------------------------------------------------------------------

herkese iyi çalışmalar.
böyle bir hata almaktayım.direkt dökümandan aldım kodu.işin ilginci exe de çalısırken bu hatayı alıyorum , telefonda almıyorum.




Cevaplar:
Mesajı Yazan: Developer
Mesaj Tarihi: 25 Ekim 2024 Saat 17:18
Merhaba Muhammed,
Sürümlerini kontrol eder misin? En güncel versiyonlarını Google Play den bulabilirsin.



Sayfayı Yazdır | Pencereyi Kapat

Forum Software by Web Wiz Forums® version 12.07 - https://www.webwizforums.com
Copyright ©2001-2024 Web Wiz Ltd. - https://www.webwiz.net