I have some issue to compile this portion of code :
RESTRequest.AddParameter('Id',edtId.Text,TRESTRequestParameterKind.pkGETorPOST);
it says :
undeclared identifier TRESTRequestParameterKind
I have dropped following components on the form :
TRESTClient
, TRESTRequest
, TRestResponse
Any idea What did I miss or why I have this error code ?
You have to add REST.Types
to your uses
clause.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With