Klasse TCustomScrollBar
Unit
StdCtrls
Deklaration
type TCustomScrollBar = class(TWinControl)
Beschreibung
no description available, TWinControl description follows
no description available, TControl description follows
no description available, TLCLComponent description follows
Hierarchie
Übersicht
Methoden
 |
constructor Create(AOwner: TComponent); override; |
 |
procedure SetParams(APosition, AMin, AMax, APageSize: Integer); |
 |
procedure SetParams(APosition, AMin, AMax: Integer); |
Eigenschaften
 |
property Kind: TScrollBarKind read FKind write SetKind default sbHorizontal; |
 |
property LargeChange: TScrollBarInc read FLargeChange write FLargeChange default 1; |
 |
property Max: Integer read FMax write SetMax default 100; |
 |
property Min: Integer read FMin write SetMin default 0; |
 |
property PageSize: Integer read FPageSize write SetPageSize; |
 |
property Position: Integer read FPosition write SetPosition default 0; |
 |
property SmallChange: TScrollBarInc read FSmallChange write FSmallChange default 1; |
 |
property TabStop default true; |
 |
property OnChange: TNotifyEvent read FOnChange write FOnChange; |
 |
property OnScroll: TScrollEvent read FOnScroll write FOnScroll; |
Beschreibung
Methoden
 |
constructor Create(AOwner: TComponent); override; |
|
 |
procedure SetParams(APosition, AMin, AMax, APageSize: Integer); |
|
 |
procedure SetParams(APosition, AMin, AMax: Integer); |
|
Eigenschaften
 |
property Kind: TScrollBarKind read FKind write SetKind default sbHorizontal; |
|
 |
property LargeChange: TScrollBarInc read FLargeChange write FLargeChange default 1; |
|
 |
property Max: Integer read FMax write SetMax default 100; |
|
 |
property Min: Integer read FMin write SetMin default 0; |
|
 |
property PageSize: Integer read FPageSize write SetPageSize; |
|
 |
property Position: Integer read FPosition write SetPosition default 0; |
|
 |
property SmallChange: TScrollBarInc read FSmallChange write FSmallChange default 1; |
|
 |
property TabStop default true; |
|
 |
property OnChange: TNotifyEvent read FOnChange write FOnChange; |
|
 |
property OnScroll: TScrollEvent read FOnScroll write FOnScroll; |
|
Erstellt mit PasDoc 0.10.0 am 2007-03-27 23:03:03