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