Vcl.Forms.TScrollingWinControl.AutoScrollEnabled

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function AutoScrollEnabled: Boolean; virtual;

C++

virtual bool __fastcall AutoScrollEnabled();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TScrollingWinControl

Beschreibung

Prüft, ob der automatische Bildlauf aktiviert ist.

Mit AutoScrollEnabled können Sie ermitteln, ob der automatische Bildlauf aktiviert ist.

AutoScrollEnabled gibt true zurück, wenn das Steuerelement keinen Docking-Manager verwendet und die Eigenschaft AutoSize den Wert false hat.

Siehe auch