FMX.Controls.TControl.ClipChildrenChanged
Delphi
procedure ClipChildrenChanged; virtual;
C++
virtual void __fastcall ClipChildrenChanged();
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | protected | FMX.Controls.pas FMX.Controls.hpp | FMX.Controls | TControl | 
Description
Executed right after the value of the ClipChildren property changes.
The control does not execute ClipChildrenChanged if you assign ClipChildren the same value that it already has.