FMX.WebBrowser.ICustomBrowser

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

ICustomBrowser = interface(IInterface)

C++

__interface  INTERFACE_UUID("{A5BB2E8C-6D53-4FF3-BC38-2299285F07BD}") ICustomBrowser  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
FMX.WebBrowser.pas
FMX.WebBrowser.hpp
FMX.WebBrowser FMX.WebBrowser

Description

ICustomBrowser is the interface for objects that use web services.

ICustomBrowser is an interface that controls access to web content.

See Also