RScrollbar.Step


public property Step

Prototype:

Read/Write property Step[=nStep]

Description:

Sets or gets the step for the scrollbar. The step is a division of the [nMin;nMax] interval. The Value property will be then a multiple of step. Internally, the scrollbar uses an RAdjustment object, and this property directly linked to the adjustment.

Return value:

Returns the step of the scrollbar.