[Overview][Types][Classes][Procedures and functions][Index] |
Sets the value for the ResizeControl property.
Source position: extctrls.pp line 409
protected procedure TCustomSplitter.SetResizeControl( |
const AValue: TControl |
); virtual; |
AValue |
|
New value for the ResizeControl property. |
SetResizeControl ensures that the splitter control is repositioned so that it is guaranteed to be closest to the new control in AValue. It updates the Left or Top coordinate in the splitter based on the following values in the Align property:
|
Contains the aligned control that is resized when the splitter is moved. |
|
|
Indicates the orientation and alignment for the splitter control. |
|
|
Specifies the aligned edge for the splitter within its Parent and relative to ResizeControl. |
|
|
Array of anchor definitions, indexed by the control sides. |
|
|
The client coordinate with the left edge for the control. |
|
|
The client coordinate for the top edge of the control. |
Version 4.0 | Generated 2025-05-03 | Home |