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