FMX.Objects.TSelectionPoint.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 TSelectionPoint

Description

Defines whether the shape of the TSelectionPoint object should be within the boundaries of the parent control.

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

See Also