[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: uCEFBrowserViewComponent.pas line 25
type TCEFBrowserViewComponent = class(TCEFViewComponent,ICefBrowserViewDelegateEvents)
protected
FBrowserView: ICefBrowserView;
FBrowserViewDlg: ICefBrowserViewDelegate;
FOnBrowserCreated: TOnBrowserCreatedEvent;
FOnBrowserDestroyed: TOnBrowserDestroyedEvent;
FOnGetDelegateForPopupBrowserView: TOnGetDelegateForPopupBrowserViewEvent;
FOnPopupBrowserViewCreated: TOnPopupBrowserViewCreatedEvent;
FOnGetChromeToolbarType: TOnGetChromeToolbarTypeEvent;
FOnUseFramelessWindowForPictureInPicture: TOnUseFramelessWindowForPictureInPicture;
FOnGestureCommand: TOnGestureCommandEvent;
FOnGetBrowserRuntimeStyle: TOnGetBrowserRuntimeStyleEvent;
FOnAllowMoveForPictureInPicture: TOnAllowMoveForPictureInPictureEvent;
procedure DestroyView; override;
procedure Initialize; override;
function GetInitialized; override;
function GetAsView; override;
function GetAsBrowserView; override;
function GetBrowser;
function GetChromeToolbar;
function GetRuntimeStyle;
procedure doOnBrowserCreated();
procedure doOnBrowserDestroyed();
procedure doOnGetDelegateForPopupBrowserView();
procedure doOnPopupBrowserViewCreated();
procedure doOnGetChromeToolbarType();
procedure doOnUseFramelessWindowForPictureInPicture();
procedure doOnGestureCommand();
procedure doOnGetBrowserRuntimeStyle();
procedure doOnAllowMoveForPictureInPicture();
public
function CreateBrowserView();
function GetForBrowser();
procedure SetPreferAccelerators();
property Browser: ICefBrowser; [r]
property BrowserView: ICefBrowserView; [r]
property ChromeToolbar: ICefView; [r]
property RuntimeStyle: TCefRuntimeStyle; [r]
published
property OnBrowserCreated: TOnBrowserCreatedEvent; [rw]
property OnBrowserDestroyed: TOnBrowserDestroyedEvent; [rw]
property OnGetDelegateForPopupBrowserView: TOnGetDelegateForPopupBrowserViewEvent; [rw]
property OnPopupBrowserViewCreated: TOnPopupBrowserViewCreatedEvent; [rw]
property OnGetChromeToolbarType: TOnGetChromeToolbarTypeEvent; [rw]
property OnUseFramelessWindowForPictureInPicture: TOnUseFramelessWindowForPictureInPicture; [rw]
property OnGestureCommand: TOnGestureCommandEvent; [rw]
property OnGetBrowserRuntimeStyle: TOnGetBrowserRuntimeStyleEvent; [rw]
property OnAllowMoveForPictureInPicture: TOnAllowMoveForPictureInPictureEvent; [rw]
end;
TCEFBrowserViewComponent
TCEFViewComponent,ICefBrowserViewDelegateEvents
TObject,ICefViewDelegateEvents