[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
A ScrollBar for use in Memo Boxes.
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). |
|
A ScrollBar for use in Memo Boxes. |
|
| | ||
|
Type of a scrollbar in a #lcl.Forms.TScrollingWinControl. |
|
| | ||
TPersistent |
||
? | ||
TObject |
Scroll Bar specifically for use in Memo Boxes. Inherits most of its properties from its ancestor, TControlScrollBar
lazarus-ccr.sourceforge.net |