[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: cef3intf.pas line 990
type ICefRequest = interface(ICefBaseRefCounted) |
||
function IsReadOnly; |
|
|
function GetUrl; |
|
|
procedure SetUrl(); |
|
|
function GetMethod; |
|
|
procedure SetMethod(); |
|
|
procedure SetReferrer(); |
|
|
function GetReferrerUrl; |
|
|
function GetReferrerPolicy; |
|
|
function GetPostData; |
|
|
procedure SetPostData(); |
|
|
procedure GetHeaderMap(); |
|
|
procedure SetHeaderMap(); |
|
|
procedure Assign(); |
|
|
function GetFlags; |
|
|
procedure SetFlags(); |
|
|
function GetFirstPartyForCookies; |
|
|
procedure SetFirstPartyForCookies(); |
|
|
function GetResourceType; |
|
|
function GetTransitionType; |
|
|
|
||
|
||
property PostData: ICefPostData; [rw] |
|
|
property Flags: TCefUrlRequestFlags; [rw] |
|
|
property FirstPartyForCookies: ustring; [rw] |
|
|
end; |
|
||
| | ||
|
||
| | ||
IInterface |
CT Web help |
CodeTyphon Studio |