FMX.Layouts.TFramedScrollBox.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.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TFramedScrollBox

Description


Specifies whether the current control has a clipped child.

FMX.Layouts.TFramedScrollBox.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