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

TCoreWebView2ContextMenuItemCollection

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

Declaration

Source position: uWVCoreWebView2ContextMenuItemCollection.pas line 20

type TCoreWebView2ContextMenuItemCollection = class

protected

  FBaseIntf: ICoreWebView2ContextMenuItemCollection;

  

  function GetInitialized;

  

  function GetCount;

  

  function GetValueAtIndex();

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  function RemoveValueAtIndex();

  

  function InsertValueAtIndex();

  

  function AppendValue();

  

  procedure RemoveAllMenuItems;

  

  procedure RemoveMenuItem();

  

  property Initialized: Boolean; [r]

  

  property BaseIntf: ICoreWebView2ContextMenuItemCollection; [r]

  

  property Count: Cardinal; [r]

  

  property Items []: ICoreWebView2ContextMenuItem; [r]

  

end;

Inheritance

TCoreWebView2ContextMenuItemCollection

  

|

TObject



CT Web help

CodeTyphon Studio