Show: Delphi
C++
Display Preferences
FMX.Types.TControl.ClipParent
From XE2 API Documentation
Delphi
property ClipParent: Boolean read FClipParent write FClipParent default False;
C++
__property bool ClipParent = {read=FClipParent, write=FClipParent, default=0};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | FMX.Types.pas FMX.Types.hpp |
FMX.Types | TControl |
Description
Specifies whether the current control has clipped its parent.
ClipParent is True if the control clipped its parent when it was painted, and False otherwise.