FMX.Forms.TFrame.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.Forms.pas FMX.Forms.hpp |
FMX.Forms | TFrame |
Description
Specifies whether the current control has a clipped child.
FMX.Forms.TFrame.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.