FMX.Controls.TPopup.ClipChildren
Delphi
property ClipChildren: Boolean read FClipChildren write SetClipChildren default 0;
C++
__property ClipChildren = {default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.Controls.pas FMX.Controls.hpp |
FMX.Controls | TPopup |
Description
Specifies whether the current control has a clipped child.
FMX.Controls.TPopup.ClipChildren inherits from FMX.Controls.TControl.ClipChildren. All content below this line refers to FMX.Controls.TControl.ClipChildren.
Specifies whether the current control has a clipped child.
ClipChildren is True if the control has a clipped child, and False otherwise.