FMX.Controls.TControl.ClipChildren

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ClipChildren: Boolean read FClipChildren write SetClipChildren default False;

C++

__property bool ClipChildren = {read=FClipChildren, write=SetClipChildren, default=0};

Properties

Type Visibility Source Unit Parent
property public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Description

Specifies if children of the control should be clipped to the control's on-screen region.

Set ClipChildren to

  • True if you want child controls to be clipped to the control's on-screen region.
  • False if you want child controls to be able to extend beyond the region of the parent control.

See Also