SHDocVw.TWebBrowser.WMTimer
Delphi
procedure WMTimer(var Message: TWMTimer); message WM_TIMER;
C++
MESSAGE void __fastcall WMTimer(Winapi::Messages::TWMTimer &Message);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | SHDocVw.pas SHDocVw.hpp |
SHDocVw | TWebBrowser |
Description
Handles WM_TIMER messages to updated styled scrollbars.
If you provide your own handler for WM_TIMER invoke this member in case you have styled scrollbars.