Vcl.Forms.TScrollBarInc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TScrollBarInc = 1..32767;

C++

typedef System::Word TScrollBarInc;

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms Vcl.Forms

Description

TScrollBarInc represents a number of logical units on a TControlScrollBar.

TScrollBarInc has a value between 1 and 32767 (inclusive). It indicates the number of positions to scroll.

See Also