Klasse TControlScrollBar

BeschreibungHierarchieFelderMethodenEigenschaften

Unit

Deklaration

type TControlScrollBar = class(TPersistent)

Beschreibung

Hierarchie

Übersicht

Methoden

Public constructor Create(AControl: TWinControl; AKind: TScrollBarKind);
Public procedure Assign(Source: TPersistent); override;
Public function IsScrollBarVisible: Boolean; virtual;
Public function ScrollPos: Integer; virtual;
Public function GetOtherScrollBar: TControlScrollBar;
Public function GetHorzScrollBar: TControlScrollBar; virtual;
Public function GetVertScrollBar: TControlScrollBar; virtual;

Eigenschaften

Public property Kind: TScrollBarKind read FKind;
Public property Size: integer read GetSize write SetSize stored false;
Published property Increment: TScrollBarInc read GetIncrement write SetIncrement default 8;
Published property Page: TScrollBarInc read GetPage write SetPage default 80;
Published property Smooth : Boolean read GetSmooth write SetSmooth stored SmoothIsStored;
Published property Position: Integer read GetPosition write SetPosition default 0;
Published property Range: Integer read GetRange write SetRange default 0;
Published property Visible: Boolean read GetVisible write SetVisible stored VisibleIsStored;

Beschreibung

Methoden

Public constructor Create(AControl: TWinControl; AKind: TScrollBarKind);
 
Public procedure Assign(Source: TPersistent); override;
 
Public function IsScrollBarVisible: Boolean; virtual;
 
Public function ScrollPos: Integer; virtual;
 
Public function GetOtherScrollBar: TControlScrollBar;
 
Public function GetHorzScrollBar: TControlScrollBar; virtual;
 
Public function GetVertScrollBar: TControlScrollBar; virtual;
 

Eigenschaften

Public property Kind: TScrollBarKind read FKind;
 
Public property Size: integer read GetSize write SetSize stored false;
 
Published property Increment: TScrollBarInc read GetIncrement write SetIncrement default 8;
 
Published property Page: TScrollBarInc read GetPage write SetPage default 80;
 
Published property Smooth : Boolean read GetSmooth write SetSmooth stored SmoothIsStored;
 
Published property Position: Integer read GetPosition write SetPosition default 0;
 
Published property Range: Integer read GetRange write SetRange default 0;
 
Published property Visible: Boolean read GetVisible write SetVisible stored VisibleIsStored;
 

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