type ICefCustomUserData = interface(ICefBaseRefCounted)
This item has no description. Showing description inherited from ICefBaseRefCounted.
All ref-counted framework interfaces must inherit from this interface.
UNKNOWN
<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_base_capi.h">CEF source file: /include/capi/cef_base_capi.h (cef_base_ref_counted_t))
![]() |
function GetUserDataType: Pointer; |
![]() |
function GetUserData: Pointer; |
![]() |
property UserDataType : Pointer read GetUserDataType; |
![]() |
property UserData : Pointer read GetUserData; |
![]() |
function GetUserDataType: Pointer; |
This item has no description. Attributes
|
![]() |
function GetUserData: Pointer; |
This item has no description. |
![]() |
property UserDataType : Pointer read GetUserDataType; |
This item has no description. |
![]() |
property UserData : Pointer read GetUserData; |
This item has no description. |