API:FMX.WebBrowser.TWebBrowser

From RAD Studio API Documentation
Jump to: navigation, search

FMX.WebBrowser.TCustomWebBrowserFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTWebBrowser

Delphi

TWebBrowser = class(TCustomWebBrowser)

C++

class PASCALIMPLEMENTATION TWebBrowser : public TCustomWebBrowser

Properties

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

Description

TCustomWebBrowser is the base class for browser objects.

FMX.WebBrowser.TWebBrowser inherits from FMX.WebBrowser.TCustomWebBrowser. All content below this line refers to FMX.WebBrowser.TCustomWebBrowser.

TCustomWebBrowser is the base class for browser objects.

TCustomWebBrowser encapsulates the common behavior of a browser object. TCustomWebBrowser introduces functionalities like: navigation to an URL, go back, go forward, loading local different types files and give the user the possibility to choose which actions can be executed if an event is triggered.

Do not create instances of TCustomWebBrowser.

See Also