[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 767

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;

  

Is the scroll bar 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

This page is hosted on Get Lazarus Code and Component Repository at SourceForge.net. Fast, secure and Free Open Source software downloads