FMX.Memo.TMemo.Bounces

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Bounces: TBehaviorBoolean read GetBounces write SetBounces default 2;

C++

__property Bounces = {default=2};

Properties

Type Visibility Source Unit Parent
property published
FMX.Memo.pas
FMX.Memo.hpp
FMX.Memo TMemo

Description

Indicates if it is possible to scroll content abroad.

FMX.Memo.TMemo.Bounces inherits from FMX.ScrollBox.TCustomPresentedScrollBox.Bounces. All content below this line refers to FMX.ScrollBox.TCustomPresentedScrollBox.Bounces.

Indicates if it is possible to scroll content abroad.

See Also