Klasse TScrollingWinControl

BeschreibungHierarchieFelderMethodenEigenschaften

Unit

Deklaration

type TScrollingWinControl = class(TCustomControl)

Beschreibung

no description available, TCustomControl description follows
no description available, TWinControl description follows
no description available, TControl description follows
no description available, TLCLComponent description follows

Hierarchie

Übersicht

Methoden

Public constructor Create(TheOwner : TComponent); override;
Public destructor Destroy; override;
Public procedure UpdateScrollbars;
Public function HasVisibleScrollbars: boolean; virtual;

Eigenschaften

Published property AutoScroll: Boolean read FAutoScroll write SetAutoScroll;
Published property HorzScrollBar: TControlScrollBar read FHorzScrollBar write SetHorzScrollBar stored StoreScrollBars;
Published property VertScrollBar: TControlScrollBar read FVertScrollBar write SetVertScrollBar stored StoreScrollBars;

Beschreibung

Methoden

Public constructor Create(TheOwner : TComponent); override;
 
Public destructor Destroy; override;
 
Public procedure UpdateScrollbars;
 
Public function HasVisibleScrollbars: boolean; virtual;
 

Eigenschaften

Published property AutoScroll: Boolean read FAutoScroll write SetAutoScroll;
 
Published property HorzScrollBar: TControlScrollBar read FHorzScrollBar write SetHorzScrollBar stored StoreScrollBars;
 
Published property VertScrollBar: TControlScrollBar read FVertScrollBar write SetVertScrollBar stored StoreScrollBars;
 

Erstellt mit PasDoc 0.10.0 am 2007-03-27 23:02:57