[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Validates and applies the specified Range and updates the scroll bars.
Source position: forms.pp line 118
protected procedure TControlScrollBar.InternalSetRange( |
const AValue: Integer |
); virtual; |
AValue |
|
Value checked and applied to the Range property. |
Ensures that AValue is not less than zero (0). Applies the range limited value to the member for the Range property, and calls ControlUpdateScrollBars to refresh the scroll bars for the associated TScrollingWinControl instance.
InternalSetRange is called when the SetRange method updates the value for the Range property.
|
Forces the associated control to update its scroll bars. |
|
|
The virtual size of the Parent Control. |
|
|
The virtual size of the Parent Control. |
|
|
Initializes or updates the scroll bars for the control. |