FMX.WebBrowser.ICustomBrowser.UpdateContentFromControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateContentFromControl;

C++

virtual void __fastcall UpdateContentFromControl() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.WebBrowser.pas
FMX.WebBrowser.hpp
FMX.WebBrowser ICustomBrowser

Description

Adjusts the content to be loaded.

Implement the UpdateContentFromControl method to adjust the content to be loaded to fit the displayed area.

See Also