Unit 'uCEFUrlRequestClientComponent' Package
[Overview][Classes][Index] [#pl_cef4typhon]

TCEFUrlRequestClientComponent

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

Declaration

Source position: uCEFUrlRequestClientComponent.pas line 27

type TCEFUrlRequestClientComponent = class(TComponent,ICEFUrlRequestClientEvents)

protected

  FClient: ICefUrlrequestClient;

  

  FThreadID: TCefThreadId;

  

  FComponentID: Integer;

  

  FOnRequestComplete: TOnRequestComplete;

  

  FOnUploadProgress: TOnUploadProgress;

  

  FOnDownloadProgress: TOnDownloadProgress;

  

  FOnDownloadData: TOnDownloadData;

  

  FOnGetAuthCredentials: TOnGetAuthCredentials;

  

  FOnCreateURLRequest: TNotifyEvent;

  

  function GetComponentID;

  

  procedure doOnRequestComplete();

  

  procedure doOnUploadProgress();

  

  procedure doOnDownloadProgress();

  

  procedure doOnDownloadData();

  

  function doOnGetAuthCredentials();

  

  procedure doOnCreateURLRequest;

  

  procedure DestroyRequestClient;

  

public

  constructor Create(); override;

  

  procedure AfterConstruction; override;

  

  procedure BeforeDestruction; override;

  

  procedure AddURLRequest;

  

  property Client: ICefUrlrequestClient; [r]

  

  property ThreadID: TCefThreadId; [rw]

  

published

  property OnRequestComplete: TOnRequestComplete; [rw]

  

  property OnUploadProgress: TOnUploadProgress; [rw]

  

  property OnDownloadProgress: TOnDownloadProgress; [rw]

  

  property OnDownloadData: TOnDownloadData; [rw]

  

  property OnGetAuthCredentials: TOnGetAuthCredentials; [rw]

  

  property OnCreateURLRequest: TNotifyEvent; [rw]

  

end;

Inheritance

TCEFUrlRequestClientComponent

  

|

TObject,ICEFUrlRequestClientEvents



CT Web help

CodeTyphon Studio