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

TMemoScrollbar

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

TMemoScrollBar - a Scroll Bar specifically for use in Memo Boxes

Declaration

Source position: stdctrls.pp line 774

type TMemoScrollbar = class(TControlScrollBar)

protected

  function GetHorzScrollBar; override;

  

GetHorzScrollBar - find the position and properties of the horizontal scroll bar

  function GetVertScrollBar; override;

  

GetVertScrollBar - find the position and properties of the vertical scroll bar

public

  property Increment;

  

The size of the scrolling increment

  property Page;

  

The size of the paging increment for scrolling

  property Smooth;

  

Determine whether smooth scrolling is to be implemented

  property Position;

  

Position of the scroll bar

  property Range;

  

The range (extent) of the scroll bar

  property Size;

  

Determine the size of the scroll bar

  property Visible;

  

Can the scroll bar be made visible?

end;

Inheritance

TMemoScrollbar

  

TMemoScrollBar - a Scroll Bar specifically for use in Memo Boxes

|

TControlScrollBar

  

TControlScrollBar - base class for defining scroll bars on Forms and windows

|

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.