API:FMX.StdCtrls.TSmallScrollBar

From RAD Studio API Documentation
Jump to: navigation, search

FMX.StdCtrls.TScrollBarFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTSmallScrollBar

Delphi

TSmallScrollBar = class(TScrollBar)

C++

class PASCALIMPLEMENTATION TSmallScrollBar : public TScrollBar

Properties

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

Description

Represents a standard scroll bar that is used to scroll the contents of a window, form, or a control.

FMX.StdCtrls.TSmallScrollBar inherits from FMX.StdCtrls.TScrollBar. All content below this line refers to FMX.StdCtrls.TScrollBar.

Represents a standard scroll bar that is used to scroll the contents of a window, form, or a control.

TScrollBar adds a free-standing scroll bar to a form. Many controls have properties that add scroll bars that are an integral part of the control. However, TScrollBar allows controls that do not have integrated scroll bars or groupings of controls to be scrolled when the user manipulates the TScrollBar object.

ScrollBars.png

See Also

Code Examples