System.Curl.curl_formget
Delphi
curl_formget: function (form: pcurl_httppost; arg: Pointer; append: curl_formget_callback): Integer; cdecl;
C++
extern DELPHI_PACKAGE int __cdecl (*curl_formget)(pcurl_httppost form, void * arg, curl_formget_callback append);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
variable | public | System.Curl.pas System.Curl.hpp |
System.Curl | System.Curl |
Description
Embarcadero Technologies does not currently have any additional information.