FMX.Skia.TSkCustomAnimatedControl.AncestorVisibleChanged
Delphi
procedure AncestorVisibleChanged(const AVisible: Boolean); override;
C++
virtual void __fastcall AncestorVisibleChanged(const bool AVisible);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
class protected | FMX.Skia.pas FMX.Skia.hpp |
FMX.Skia | TSkCustomAnimatedControl |
Description
Notifies its child controls that the visibility of an ancestor of your control has changed to Visible.
FMX.Skia.TSkCustomAnimatedControl.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.