Unit msescrollbar
Uses
Functions and Procedures
Variables
Description
Overview
Classes, Interfaces, Objects and Records
Name | Description |
---|---|
Interface iscrollbar |
|
Record scrollbardrawinfoty |
|
Class tcustomscrollbar |
|
Class tcustomnomoveautoscrollbar |
|
Class tnopagesizescrollbar |
|
Class tscrollbar |
|
Class tnomoveautonopagesizescrollbar |
|
Class tnomoveautoscrollbar |
Types
scrollbarareaty = (...); |
scrollbaroptionty = (...); |
scrollbaroptionsty = set of scrollbaroptionty; |
scrolleventty = (...); |
scrollbarstatety = (...); |
scrollbarstatesty = set of scrollbarstatety; |
beforescrollbareventty = procedure(const sender: tcustomscrollbar; var akind: scrolleventty; var avalue: real) of object; |
scrollbareventty = procedure(const sender: tcustomscrollbar; const akind: scrolleventty; const avalue: real) of object; |
Constants
defaultscrollbarwidth = 15; |
defaultpagesizeconst = 0.1; |
defaultpagesize: real = defaultpagesizeconst; |
defaultbuttonminlength = 11; |
defaultscrollbarcolorpattern = cl_scrollbarpattern; |
defaultscrollbarcolorpatternclicked = cl_scrollbarpatternclicked; |
repeatdelaytime = 500000; |
repeatrepeattime = 100000; |
scrollbarclicked = ord(sba_end) + 1; |
firstbutton = sbbu_down; |
lastbutton = sbbu_up; |
defaultscrollbaroptions = [sbo_moveauto,sbo_showauto]; |
Description
Types
scrollbarareaty = (...); |
Values
|
scrollbaroptionty = (...); |
Values
|
scrollbaroptionsty = set of scrollbaroptionty; |
scrolleventty = (...); |
Values
|
scrollbarstatety = (...); |
Values
|
scrollbarstatesty = set of scrollbarstatety; |
beforescrollbareventty = procedure(const sender: tcustomscrollbar; var akind: scrolleventty; var avalue: real) of object; |
scrollbareventty = procedure(const sender: tcustomscrollbar; const akind: scrolleventty; const avalue: real) of object; |
Constants
defaultscrollbarwidth = 15; |
defaultpagesizeconst = 0.1; |
defaultpagesize: real = defaultpagesizeconst; |
defaultbuttonminlength = 11; |
defaultscrollbarcolorpattern = cl_scrollbarpattern; |
defaultscrollbarcolorpatternclicked = cl_scrollbarpatternclicked; |
repeatdelaytime = 500000; |
repeatrepeattime = 100000; |
scrollbarclicked = ord(sba_end) + 1; |
firstbutton = sbbu_down; |
lastbutton = sbbu_up; |
defaultscrollbaroptions = [sbo_moveauto,sbo_showauto]; |
Generated by PasDoc 0.16.0.