[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 controls.

Declaration

Source position: stdctrls.pp line 885

type TMemoScrollbar = class(TControlScrollBar)

protected

  function GetHorzScrollBar; override;

  

Gets the HorzScrollBar in the associated memo control.

  function GetVertScrollBar; override;

  

Gets the VertScrollBar in the associated memo control.

public

  property Increment: TScrollBarInc;

  

The small Position increment, applicable to the scroll bar arrows.

  property Page: TScrollBarInc;

  

The slider size, position increment applicable to the scroll bar 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;

  

Hides the scroll bar when False (default True).

end;

Inheritance

TMemoScrollbar

  

A scrollbar for use in Memo controls.

|

TControlScrollBar

  

Scroll bar type used in TScrollingWinControl.

|

TPersistent

?

TObject

Description

A scrollbar specifically for use with TMemo controls. Inherits most of its properties from its ancestor, TControlScrollBar.

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