Unit msescrollbar

Description

This item has no 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 = (...);

This item has no description.

Values
  • sbbu_down
  • sbbu_move
  • sbbu_up
  • sba_start
  • sba_end
scrollbaroptionty = (...);

This item has no description.

Values
  • sbo_thumbtrack
  • sbo_clicktovalue
  • sbo_moveauto
  • sbo_showauto
  • sbo_show
  • sbo_opposite
  • sbo_valuekeys
  • sbo_noarrowkeys
  • sbo_nopagekeys
  • sbo_noreflectedclick
scrollbaroptionsty = set of scrollbaroptionty;

This item has no description.

scrolleventty = (...);

This item has no description.

Values
  • sbe_none
  • sbe_valuechanged
  • sbe_setvalue
  • sbe_stepup
  • sbe_stepdown
  • sbe_pageup
  • sbe_pagedown
  • sbe_wheelup
  • sbe_wheeldown
  • sbe_thumbposition
  • sbe_thumbtrack
scrollbarstatety = (...);

This item has no description.

Values
  • scs_mousecaptured
  • scs_streampagesize
scrollbarstatesty = set of scrollbarstatety;

This item has no description.

beforescrollbareventty = procedure(const sender: tcustomscrollbar; var akind: scrolleventty; var avalue: real) of object;

This item has no description.

scrollbareventty = procedure(const sender: tcustomscrollbar; const akind: scrolleventty; const avalue: real) of object;

This item has no description.

Constants

defaultscrollbarwidth = 15;

This item has no description.

defaultpagesizeconst = 0.1;

This item has no description.

defaultpagesize: real = defaultpagesizeconst;

This item has no description.

defaultbuttonminlength = 11;

This item has no description.

defaultscrollbarcolorpattern = cl_scrollbarpattern;

This item has no description.

defaultscrollbarcolorpatternclicked = cl_scrollbarpatternclicked;

This item has no description.

repeatdelaytime = 500000;

This item has no description.

repeatrepeattime = 100000;

This item has no description.

scrollbarclicked = ord(sba_end) + 1;

This item has no description.

firstbutton = sbbu_down;

This item has no description.

lastbutton = sbbu_up;

This item has no description.

defaultscrollbaroptions = [sbo_moveauto,sbo_showauto];

This item has no description.


Generated by PasDoc 0.17.0.snapshot.