FMX.Controls.Presentation.TPresentedControl.AncestorVisibleChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AncestorVisibleChanged(const AVisible: Boolean); override;

C++

virtual void __fastcall AncestorVisibleChanged(const bool AVisible);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Controls.Presentation.pas
FMX.Controls.Presentation.hpp
FMX.Controls.Presentation TPresentedControl

Description

Notifies its child controls that the visibility of an ancestor of your control has changed to AVisible, and also notifies its presentation proxy about it if the presentation proxy is loaded.

See Also