FMX.ScrollBox.TPresentedScrollBox

From RAD Studio API Documentation
Jump to: navigation, search

FMX.ScrollBox.TCustomPresentedScrollBoxFMX.Controls.Presentation.TPresentedControlFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentTPresentedScrollBox

Delphi

TPresentedScrollBox = class(TCustomPresentedScrollBox)

C++

class PASCALIMPLEMENTATION TPresentedScrollBox : public TCustomPresentedScrollBox

Properties

Type Visibility Source Unit Parent
class public
FMX.ScrollBox.pas
FMX.ScrollBox.hpp
FMX.ScrollBox FMX.ScrollBox

Description

A base scrollbox component available at design time.

TPresentedScrollBox is derived from the TPresentedControl and provides a separation between data and presentation.

For more information, see TPresentedControl.

See Also