Vcl.Forms.TScrollingWinControl.EnableAutoRange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EnableAutoRange;

C++

void __fastcall EnableAutoRange();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TScrollingWinControl

Description

Reenables automatic scrolling.

Use EnableAutoRange to reenable scrolling after turning it off. This method can be used with the DisableAutoRange method to turn scrolling on and off.

See Also