FMX.WebBrowser.ICustomBrowser.GetParent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetParent: TFmxObject;

C++

virtual Fmx::Types::TFmxObject* __fastcall GetParent() = 0 ;

Properties

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

Description

Getter method for the Parent property.

Implement GetParent to get the TFmxObject instance of the Parent property.

See Also