Beschreibung | Hierarchie | Felder | Methoden | Eigenschaften |
type TControlScrollBar = class(TPersistent)
![]() |
constructor Create(AControl: TWinControl; AKind: TScrollBarKind); |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
function IsScrollBarVisible: Boolean; virtual; |
![]() |
function ScrollPos: Integer; virtual; |
![]() |
function GetOtherScrollBar: TControlScrollBar; |
![]() |
function GetHorzScrollBar: TControlScrollBar; virtual; |
![]() |
function GetVertScrollBar: TControlScrollBar; virtual; |
![]() |
property Kind: TScrollBarKind read FKind; |
![]() |
property Size: integer read GetSize write SetSize stored false; |
![]() |
property Increment: TScrollBarInc read GetIncrement write SetIncrement default 8; |
![]() |
property Page: TScrollBarInc read GetPage write SetPage default 80; |
![]() |
property Smooth : Boolean read GetSmooth write SetSmooth stored SmoothIsStored; |
![]() |
property Position: Integer read GetPosition write SetPosition default 0; |
![]() |
property Range: Integer read GetRange write SetRange default 0; |
![]() |
property Visible: Boolean read GetVisible write SetVisible stored VisibleIsStored; |
![]() |
constructor Create(AControl: TWinControl; AKind: TScrollBarKind); |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
function IsScrollBarVisible: Boolean; virtual; |
![]() |
function ScrollPos: Integer; virtual; |
![]() |
function GetOtherScrollBar: TControlScrollBar; |
![]() |
function GetHorzScrollBar: TControlScrollBar; virtual; |
![]() |
function GetVertScrollBar: TControlScrollBar; virtual; |
![]() |
property Kind: TScrollBarKind read FKind; |
![]() |
property Size: integer read GetSize write SetSize stored false; |
![]() |
property Increment: TScrollBarInc read GetIncrement write SetIncrement default 8; |
![]() |
property Page: TScrollBarInc read GetPage write SetPage default 80; |
![]() |
property Smooth : Boolean read GetSmooth write SetSmooth stored SmoothIsStored; |
![]() |
property Position: Integer read GetPosition write SetPosition default 0; |
![]() |
property Range: Integer read GetRange write SetRange default 0; |
![]() |
property Visible: Boolean read GetVisible write SetVisible stored VisibleIsStored; |