Vcl.ComCtrls.TPageScroller.AutoScroll

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property AutoScroll: Boolean read FAutoScroll write SetAutoScroll default False;

C++

__property bool AutoScroll = {read=FAutoScroll, write=SetAutoScroll, default=0};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TPageScroller

Beschreibung

Steuert, ob das PageScroller-Objekt einen Bildlauf ausführt, wenn sich die Maus über einem der Pfeile befindet.

Mit AutoScroll wird festgelegt, ob das PageScroller-Objekt einen Bildlauf ausführt, wenn sich die Maus über einem der Pfeile befindet.