[Overview][Types][Classes][Procedures and functions][Index] |
Updates the cursor shape to reflect the ResizeAnchor for the splitter.
Source position: extctrls.pp line 412
protected procedure TCustomSplitter.UpdateCursor; virtual; |
When the splitter is Enabled, the value in Cursor is changed. crHSplit is used when ResizeAnchor contains akLeft or akRight. For other values, crVSpit is used.
If the splitter is not Enabled, Cursor is set to the crDefault cursor shape.
|
The shape for the mouse pointer when the control is dragged. |
|
|
Determines whether the control responds to mouse or keyboard input. |
|
|
Defines the range of values used for cursor shapes. |
Version 4.0 | Generated 2025-05-03 | Home |