API:FMX.Styles.Objects.TActiveOpacityObject.ClipChildren
Delphi
property ClipChildren default False;
C++
__property ClipChildren = {default=0};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | FMX.Styles.Objects.pas FMX.Styles.Objects.hpp |
FMX.Styles.Objects | TActiveOpacityObject |
Description
Specifies if children of the control should be clipped to the control's on-screen region.
FMX.Styles.Objects.TActiveOpacityObject.ClipChildren inherits from FMX.Controls.TControl.ClipChildren. All content below this line refers to FMX.Controls.TControl.ClipChildren.
Specifies if children of the control should be clipped to the control's on-screen region.
Set ClipChildren to
- True if you want child controls to be clipped to the control's on-screen region.
- False if you want child controls to be able to extend beyond the region of the parent control.