[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TMemoScrollBar - a Scroll Bar specifically for use in Memo Boxes
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; |
|
TMemoScrollBar - a Scroll Bar specifically for use in Memo Boxes |
|
| | ||
|
TControlScrollBar - base class for defining scroll bars on Forms and windows |
|
| | ||
| | ||
Scroll Bar specifically for use in Memo Boxes. Inherits most of its properties from its ancestor, TControlScrollBar
lazarus-ccr.sourceforge.net |