[Overview][Types][Classes][Procedures and functions][Index] |
Sets the value for the ResizeAnchor property.
Source position: extctrls.pp line 408
protected procedure TCustomSplitter.SetResizeAnchor( |
const AValue: TAnchorKind |
); virtual; |
AValue |
|
New value for the ResizeAnchor property. |
SetResizeAnchor calls UpdateCursor to change the resize cursor to the value needed for the ResizeAnchor enabled for the control. The Align property is changed to alNone to allow the splitter control to be dragged when the MoveSplitter method is called.
|
Indicates the orientation and alignment for the splitter control. |
|
|
Updates the cursor shape to reflect the ResizeAnchor for the splitter. |
|
|
Specifies the aligned edge for the splitter within its Parent and relative to ResizeControl. |
|
|
Moves the splitter by an amount specified in Offset. |
Version 4.0 | Generated 2025-05-03 | Home |