FMX.WebBrowser.TCustomWebBrowser.AncestorVisibleChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AncestorVisibleChanged(const Visible: Boolean); override;

C++

virtual void __fastcall AncestorVisibleChanged(const bool Visible);

Properties

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

Description

Notifies its child controls that the visibility of an ancestor of your control has changed to Visible.

FMX.WebBrowser.TCustomWebBrowser.AncestorVisibleChanged inherits from FMX.Controls.TControl.AncestorVisibleChanged. All content below this line refers to FMX.Controls.TControl.AncestorVisibleChanged.

Notifies its child controls that the visibility of an ancestor of your control has changed to Visible.

See Also