FMX.CalendarEdit.TCalendarEdit.ClipChildren

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ClipChildren: Boolean read FClipChildren write SetClipChildren default 0;

C++

__property ClipChildren _DEPRECATED_ATTRIBUTE0  = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.CalendarEdit.pas
FMX.CalendarEdit.hpp
FMX.CalendarEdit TCalendarEdit

Description

Warning: ClipChildren is deprecated.

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

FMX.CalendarEdit.TCalendarEdit.ClipChildren inherits from FMX.Controls.TControl.ClipChildren. All content below this line refers to FMX.Controls.TControl.ClipChildren.

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