Show: Delphi C++
Display Preferences

FMX.Types.TControl.CanClip

From XE2 API Documentation
Jump to: navigation, search

Delphi

property CanClip: Boolean read FCanClip write FCanClip default True;

C++

__property bool CanClip = {read=FCanClip, write=FCanClip, default=1};

Properties

Type Visibility Source Unit Parent
property published
FMX.Types.pas
FMX.Types.hpp
FMX.Types TControl

Description

Specifies whenever the current control can be clipped.

A control is clipped when its children are painted.

See Also

Personal tools
Previous Versions
Translations