Klasse TCustomScrollBar

BeschreibungHierarchieFelderMethodenEigenschaften

Unit

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

Public constructor Create(AOwner: TComponent); override;
Public procedure SetParams(APosition, AMin, AMax, APageSize: Integer);
Public procedure SetParams(APosition, AMin, AMax: Integer);

Eigenschaften

Public property Kind: TScrollBarKind read FKind write SetKind default sbHorizontal;
Public property LargeChange: TScrollBarInc read FLargeChange write FLargeChange default 1;
Public property Max: Integer read FMax write SetMax default 100;
Public property Min: Integer read FMin write SetMin default 0;
Public property PageSize: Integer read FPageSize write SetPageSize;
Public property Position: Integer read FPosition write SetPosition default 0;
Public property SmallChange: TScrollBarInc read FSmallChange write FSmallChange default 1;
Public property TabStop default true;
Public property OnChange: TNotifyEvent read FOnChange write FOnChange;
Public property OnScroll: TScrollEvent read FOnScroll write FOnScroll;

Beschreibung

Methoden

Public constructor Create(AOwner: TComponent); override;
 
Public procedure SetParams(APosition, AMin, AMax, APageSize: Integer);
 
Public procedure SetParams(APosition, AMin, AMax: Integer);
 

Eigenschaften

Public property Kind: TScrollBarKind read FKind write SetKind default sbHorizontal;
 
Public property LargeChange: TScrollBarInc read FLargeChange write FLargeChange default 1;
 
Public property Max: Integer read FMax write SetMax default 100;
 
Public property Min: Integer read FMin write SetMin default 0;
 
Public property PageSize: Integer read FPageSize write SetPageSize;
 
Public property Position: Integer read FPosition write SetPosition default 0;
 
Public property SmallChange: TScrollBarInc read FSmallChange write FSmallChange default 1;
 
Public property TabStop default true;
 
Public property OnChange: TNotifyEvent read FOnChange write FOnChange;
 
Public property OnScroll: TScrollEvent read FOnScroll write FOnScroll;
 

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