Vcl.Forms.TScrollingWinControl.AutoScrollEnabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AutoScrollEnabled: Boolean; virtual;

C++

virtual bool __fastcall AutoScrollEnabled();

Properties

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

Description

Indicates whether automatic scrolling is enabled.

Call AutoScrollEnabled to determine whether automatic scrolling is enabled.

AutoScrollEnabled returns true if the control is not a dock site using the dock manager and the AutoSize property is false.

See Also