FMX.WebBrowser.TWBFactoryService

From RAD Studio API Documentation
Jump to: navigation, search

System.TInterfacedObjectSystem.TObjectTWBFactoryService

Delphi

TWBFactoryService = class abstract (TInterfacedObject, IFMXWBService)

C++

class PASCALIMPLEMENTATION TWBFactoryService : public System::TInterfacedObject

Properties

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

Description

TWBFactoryService defines the native manager of web browser objects.

TWBFactoryService manages the different instances of TWebBrowser within an application.

See Also