Class TDisplayScrollBar (unit ZoomDisp)

Inherits from

TPersistent

Constructors


constructor Create(ADisplay: TCustomZoomDisplay; AKind: TScrollBarKind);



Functions

procedure Assign(Source: TPersistent);


function GetMask(Flags: UInt): UInt;


function GetMax: Integer;


function GetMin: Integer;


function GetPageSize: Integer;


function GetPosition: Integer;


function GetScrollPos: Integer;


procedure SetPersistent(Value: Boolean);


procedure SetPosition(Value: Integer);


procedure SetVisible(Value: Boolean);


procedure Update;


Properties

property PageFraction : TPageFraction


property Persistent : Boolean


property Position : Integer


property Tracking : Boolean


property Visible : Boolean


property Kind : TScrollBarKind


property Max : Integer


property Min : Integer


property PageSize : Integer


Events

Variables

FDisplay : TCustomZoomDisplay;


FKind : TScrollBarKind;


FPageFraction : TPageFraction;


FPersistent : Boolean;


FTracking : Boolean;


FVisible : Boolean;



Constructors


constructor Create(ADisplay: TCustomZoomDisplay; AKind: TScrollBarKind);


Functions


procedure Assign(Source: TPersistent);


function GetMask(Flags: UInt): UInt;


function GetMax: Integer;


function GetMin: Integer;


function GetPageSize: Integer;


function GetPosition: Integer;


function GetScrollPos: Integer;


procedure SetPersistent(Value: Boolean);


procedure SetPosition(Value: Integer);


procedure SetVisible(Value: Boolean);


procedure Update;


Properties


property PageFraction : TPageFraction


property Persistent : Boolean


property Position : Integer


property Tracking : Boolean


property Visible : Boolean


property Kind : TScrollBarKind


property Max : Integer


property Min : Integer


property PageSize : Integer


Events


Variables


FDisplay : TCustomZoomDisplay;


FKind : TScrollBarKind;


FPageFraction : TPageFraction;


FPersistent : Boolean;


FTracking : Boolean;


FVisible : Boolean;