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

TScrollingWinControl.WMHScroll

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

Declaration

Source position: forms.pp line 189

protected procedure TScrollingWinControl.WMHScroll(

  var Message: TLMHScroll

); message;

Arguments

Message

  

Message forwarded to the scroll bar.

See also

TScrollingWinControl.HorzScrollBar

  

The horizontal scroll bar for the control.

TControlScrollBar.ScrollHandler

  

Handler for scroll bar movement messages.

Version 4.6 Hosted on Source Forge