Unit 'Forms' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TScrollingWinControl.WMVScroll

Delegates scroll messages to the handler for the vertical scroll bar.

Declaration

Source position: forms.pp line 190

protected procedure TScrollingWinControl.WMVScroll(

  var Message: TLMVScroll

); message;

Arguments

Message

  

Message forwarded to the scroll bar.

See also

TScrollingWinControl.VertScrollBar

  

The vertical scroll bar for the control.

TControlScrollBar.ScrollHandler

  

Handler for scroll bar movement messages.

Version 4.6 Hosted on Source Forge