Unit 'LuiRESTClient' Package
[Overview][Constants][Types][Classes][Index] [#pl_luicontrols]

TRESTClient

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: luirestclient.pas line 34

type TRESTClient = class(TComponent)

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  function Delete();

  

  function Get();

  

  function Post();

  

  function Put();

  

  function Patch();

  

published

  property BaseURL: string; [rw]

  

  property Http: THTTPSend; [r]

  

  property OnRequest: TRESTRequestEvent; [rw]

  

  property OnResponseSuccess: TRESTResponseEvent; [rw]

  

  property OnResponseError: TRESTResponseEvent; [rw]

  

  property OnSocketError: TSocketError; [rw]

  

end;

Inheritance

TRESTClient

  

|

TObject



CT Web help

CodeTyphon Studio