[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Handles a WM_SIZE window message for the control.
Source position: grids.pas line 1186
protected procedure TCustomGrid.WMSize( |
var Message: TLMSize |
); message; |
Message |
|
Message handled in the method. |
Ignores the message when updating scrollbars (gfUpdatingScrollbar in GridFlags). Otherwise, the inherited method is called to handle the window size message.
|
Event handler for size messages. |