Delphi: How to get data from API

Поділитися
Вставка
  • Опубліковано 13 жов 2024
  • Delphi : This demo show you, How to get the data from API
    and show you how to work with New VCL Control : TControlList
    Tools:
    Delphi 10.4.2
    TControlList
    TRestClient
    TRestRequest
    TRestResponse
    API Link: static.easysun...

КОМЕНТАРІ • 14

  • @japiebosman
    @japiebosman 2 роки тому +1

    Awesome video mate, this has been a massive help. Do you maybe have a video on making a POST or UPDATE call to an API?

    • @MyCodeStuff
      @MyCodeStuff  2 роки тому +3

      yes, I try to create it.

    • @japiebosman
      @japiebosman 2 роки тому +1

      @@MyCodeStuff thank you very much.

    • @MammadKarimli
      @MammadKarimli Рік тому +1

      @@MyCodeStuff Nice bro, you should try CRUD. Thank you!

  • @checkdigits
    @checkdigits 2 роки тому +1

    Nice work 👏😁👍

  • @mhsama1
    @mhsama1 Рік тому

    Hi, I get casting error when executing jsv as TJSONObjet. What is the problem?

    • @MyCodeStuff
      @MyCodeStuff  Рік тому

      TJsonObject or TJsonArray is a point of this error

  • @dedisupardi2815
    @dedisupardi2815 2 роки тому +1

    Excellent👍, what is the link to download the codes of the project to learn more, please?

    • @MyCodeStuff
      @MyCodeStuff  2 роки тому +1

      yes, you can find our source code on Github.com link: github.com/samrids/

  • @davidlooney5962
    @davidlooney5962 6 місяців тому +1

    All videos need narration!

  • @Stylll5
    @Stylll5 2 роки тому

    Why I can not fount TControlList? I use Embarcadero® Delphi 10.4 Version 27.0.40680.4203. Thank you in advance.

    • @MyCodeStuff
      @MyCodeStuff  2 роки тому

      You can find the TControlList when active with TForm,
      when active with code editor the IDE can not find it.

    • @Stylll5
      @Stylll5 2 роки тому

      ​@@MyCodeStuff I'm active with "TForm" and still can't find it. But thank you for your interest in helping me anyway.

    • @MyCodeStuff
      @MyCodeStuff  2 роки тому

      Work with Delphi 10.4.2 up