[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'StdCtrls' (#lcl)

TMemoScrollbar

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

A ScrollBar for use in Memo Boxes.

Declaration

Source position: stdctrls.pp line 833

type TMemoScrollbar = class(TControlScrollBar) end;

protected

  function GetHorzScrollBar; override;

  

Get the horizontal scrollbar of Control.

  function GetVertScrollBar; override;

  

Get the vertical scrollbar of Control.

public

  property Increment: TScrollBarInc;

  

The small Position increment, applicable to the scrollbar arrows.

  property Page: TScrollBarInc;

  

The slider size, Position increment applicable to the scrollbar area beneath the slider.

  property Smooth: Boolean;

  

Enables smooth scrolling, with automatic adjustment of Increment and Page.

  property Position: Integer;

  

Position of the slider, 0..Range-Page.

  property Range: Integer;

  

The virtual size of the Parent Control.

  property Size: Integer;

  

The adjustable size of the scroll bar.

  property Visible: Boolean;

  

Definitely hides the scrollbar when False (default True).

Inheritance

TMemoScrollbar

  

A ScrollBar for use in Memo Boxes.

|

TControlScrollBar

  

Type of a scrollbar in a #lcl.Forms.TScrollingWinControl.

|

TPersistent

?

TObject

Description

Scroll Bar specifically for use in Memo Boxes. Inherits most of its properties from its ancestor, TControlScrollBar

The latest version of this document can be found at lazarus-ccr.sourceforge.net.