FMX.Objects.TLine.ClipChildren

From RAD Studio API Documentation

Delphi

property ClipChildren: Boolean read FClipChildren write SetClipChildren default 0;

C++

__property ClipChildren = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects TLine

Description

Specifies whether the current control has a clipped child. {{#multireplace:FMX.Objects.TLine.ClipChildren|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Controls.TControl.ClipChildren|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Controls.TControl.ClipChildren|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Specifies whether the current control has a clipped child.

ClipChildren is True if the control has a clipped child, and False otherwise.

See Also