FMX.WebBrowser.TCustomWebBrowser.Move

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Move; override;

C++

virtual void __fastcall Move();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.WebBrowser.pas
FMX.WebBrowser.hpp
FMX.WebBrowser TCustomWebBrowser

Description

Relocates the TCustomWebBrowser component.

Use the Move method to relocate the TCustomWebBrowser component.

See Also