Moves the current position to the specified point.
Source position: winapih.inc line 204
public function TWidgetSet.MoveToEx( |
DC: HDC; |
X: Integer; |
Y: Integer; |
OldPoint: PPoint |
):Boolean; virtual; |
DC |
|
The device context. |
X |
|
The new logical position. |
Y |
|
The new logical position. |
OldPoint |
|
Receives the old position, can be Nil if not required. |
False on failure.
| Version 4.4 | Generated 2025-11-08 | Home |