Sayfayı Yazdır | Pencereyi Kapat

CLRest in Sender ile kullanımı

Nereden Yazdırıldığı: Clomosy | Forum
Kategori: Genel Programlama
Forum Adı: Clomosy ile değişken kullanımı
Forum Tanımlaması: TRObject dili ile değişken tanımlaması ve ekranda gösterme
URL: https://forum.clomosy.com.tr/forum_posts.asp?TID=1223
Tarih: 12 Kasım 2025 Saat 14:28
Program Versiyonu: Web Wiz Forums 12.07 - https://www.webwizforums.com


Konu: CLRest in Sender ile kullanımı
Mesajı Yazan: M-Guney
Konu: CLRest in Sender ile kullanımı
Mesaj Tarihi: 12 Kasım 2025 Saat 09:12
Sender ile CLResti kullanıyorum fakat bu kodda Response'u yazdıramyorum.

void GetOrderDetailsCompletedV (Sender)
var
  jsonResponse: String;
  Arr : TCLJSONArray;
{
  jsonResponse = TCLRest(Sender).Response;
  ShowMessage('Json Response: '+ jsonResponse);
  ShowMessage('query is finished');
  Arr = TCLJSONArray.Create;
Arr = TCLJSONArray.CreateFromJSON(jsonResponse);
  if(jsonResponse == ''){
    ShowMessage('Sipariş Detaylar listesi boş herhangi bir sipariş yok.');
  }else{
    noteMemo.Text = Clomosy.CLParseJSON(jsonResponse, '0.note');
    AmountValueLbl.Text = Clomosy.CLParseJSON(jsonResponse, '0.total_price') + 'TL';
    DetailsPnlV(Arr.Count, jsonResponse);
  }
  TCLRest(Sender).Free;
}

void GetOrderDetailsV
var LRest : TCLRest;
{
  ShowMessage('OrderID will be query: '+IntToStr(OrderID));
  LRest = GetWithRes('orderDetails/' + IntToStr(OrderID));
  
  LRest.OnCompleted = 'GetOrderDetailsCompletedV';
  LRest.ExecuteAsync;
  LRest.ClearBody;
}



Cevaplar:
Mesajı Yazan: Emr.Erkmn
Mesaj Tarihi: 12 Kasım 2025 Saat 09:28
Merhaba Güney, 
Rest'i global olarak kullanmayı dener misin?


https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" rel="nofollow - https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon="{"version":"2024.11.0","token":"439455f3e46c40b98dbd42a2f1a954d8","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}" crossorigin="anonymous">



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