FMX.ListView.TPresentedListView.AncestorVisibleChanged
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.ListView.pas FMX.ListView.hpp | FMX.ListView | TPresentedListView | 
Description
Notifies its child controls that the visibility of an ancestor of your control has changed to Visible.
FMX.ListView.TPresentedListView.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.