Unit 'uWVCoreWebView2ControllerOptions' Package
[Overview][Classes][Index] [#pl_win_webview]

TCoreWebView2ControllerOptions

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

Declaration

Source position: uWVCoreWebView2ControllerOptions.pas line 20

type TCoreWebView2ControllerOptions = class

protected

  FBaseIntf: ICoreWebView2ControllerOptions;

  

  FBaseIntf2: ICoreWebView2ControllerOptions2;

  

  function GetInitialized;

  

  function GetProfileName;

  

  function GetIsInPrivateModeEnabled;

  

  function GetScriptLocale;

  

  procedure SetProfileName();

  

  procedure SetIsInPrivateModeEnabled();

  

  procedure SetScriptLocale();

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  property Initialized: Boolean; [r]

  

  property BaseIntf: ICoreWebView2ControllerOptions; [rw]

  

  property ProfileName: wvstring; [rw]

  

  property IsInPrivateModeEnabled: Boolean; [rw]

  

  property ScriptLocale: wvstring; [rw]

  

end;

Inheritance

TCoreWebView2ControllerOptions

  

|

TObject



CT Web help

CodeTyphon Studio