FMX.Objects.TPath.ClipChildren

From RAD Studio API Documentation
Jump to: navigation, search

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 TPath

Description

Specifies whether the current control has a clipped child.

FMX.Objects.TPath.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.

See Also