Record TCefPostData

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefPostData = record

Description

Structure used to represent post data for a web request. The functions of this structure may be called on any thread.

Implemented by ICefPostData.

<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_request_capi.h">CEF source file: /include/capi/cef_request_capi.h (cef_post_data_t))

Overview

Fields

Public base: TCefBaseRefCounted;
Public is_read_only: function(self: PCefPostData): Integer; stdcall;
Public has_excluded_elements: function(self: PCefPostData): Integer; stdcall;
Public get_element_count: function(self: PCefPostData): NativeUInt; stdcall;
Public get_elements: procedure(self: PCefPostData; var elementsCount: NativeUInt; var elements: PCefPostDataElement); stdcall;
Public remove_element: function(self: PCefPostData; element: PCefPostDataElement): Integer; stdcall;
Public add_element: function(self: PCefPostData; element: PCefPostDataElement): Integer; stdcall;
Public remove_elements: procedure(self: PCefPostData); stdcall;

Description

Fields

Public base: TCefBaseRefCounted;

This item has no description.

Public is_read_only: function(self: PCefPostData): Integer; stdcall;

This item has no description.

Public has_excluded_elements: function(self: PCefPostData): Integer; stdcall;

This item has no description.

Public get_element_count: function(self: PCefPostData): NativeUInt; stdcall;

This item has no description.

Public get_elements: procedure(self: PCefPostData; var elementsCount: NativeUInt; var elements: PCefPostDataElement); stdcall;

This item has no description.

Public remove_element: function(self: PCefPostData; element: PCefPostDataElement): Integer; stdcall;

This item has no description.

Public add_element: function(self: PCefPostData; element: PCefPostDataElement): Integer; stdcall;

This item has no description.

Public remove_elements: procedure(self: PCefPostData); stdcall;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.