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.4 | Generated 2025-11-08 | Home |