FMX.ScrollBox.Style.TStyledCustomScrollBox.InInternalAlign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property InInternalAlign: Boolean read FInInternalAlign;

C++

__property bool InInternalAlign = {read=FInInternalAlign, nodefault};

Properties

Type Visibility Source Unit Parent
property protected
FMX.ScrollBox.Style.pas
FMX.ScrollBox.Style.hpp
FMX.ScrollBox.Style TStyledCustomScrollBox

Description

Returns True if the current presentation is processing a scrolling event or a content change event.

See Also