IScrollInfo.Pos

Fore Syntax

Pos: Integer;

Fore.NET Syntax

Pos: Integer;

Description

The Pos property determines position of the scroll bar slider.

Comments

A value that is within [Min; Max - Maximum(Page-1, 0)] range is acceptable value of the slider position.

Example

An example of property use is given in description of the ScrollBars property.

See also:

IScrollInfo