FMX.Controls.Presentation.TPresentedControl.ClipChildrenChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ClipChildrenChanged; override;

C++

virtual void __fastcall ClipChildrenChanged(void);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Controls.Presentation.pas
FMX.Controls.Presentation.hpp
FMX.Controls.Presentation TPresentedControl

Description

Sends a PM_SET_CLIP_CHILDREN message to the presentation layer through its presentation proxy with the current value of ClipChildren.

For details about the circumstances that trigger this procedure, see TControl.ClipChildrenChanged.

See Also