FMX.Objects.TSelection.ParentBounds

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ParentBounds: Boolean read FParentBounds write FParentBounds default True;

C++

__property bool ParentBounds = {read=FParentBounds, write=FParentBounds, default=1};

Properties

Type Visibility Source Unit Parent
property published
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects TSelection

Description

Defines whether the shape of the TSelection object should be inside the boundaries of the parent control.

When ParentBounds is True, the shape of the TSelection object cannot be moved outside the boundaries of the parent control.

See Also