Handles the LM_SIZE message for the control.
Source position: extctrls.pp line 1637
protected procedure TCustomControlBar.WMSize( |
var Message: TLMSize |
); message; |
Message |
|
Window message handled in the method. |
WMSize is overridden in TCustomControlBar to resize and arrange visible bands when the size for the control bar is changed. It calls the inherited method on entry to handle changes to the control bounds. it extends the inherited method to handle right-to-left alignment when the control is resized.
|
Event handler for size messages. |
|
|
True when BiDiMode is not bdLeftToRight. |
CT Web help |
CodeTyphon Studio |