FMX.WebBrowser.TCustomWebBrowser

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomWebBrowser

Delphi

TCustomWebBrowser = class(TControl)

C++

class PASCALIMPLEMENTATION TCustomWebBrowser : public Fmx::Controls::TControl

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.

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