[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'InterfaceBase' (#lcl)

TWidgetSet.MoveToEx

Moves the current position to the specified point.

Declaration

Source position: winapih.inc line 204

public function TWidgetSet.MoveToEx(

  DC: HDC;

  X: Integer;

  Y: Integer;

  OldPoint: PPoint

):Boolean; virtual;

Arguments

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.

Function result

False on failure.


Version 3.2 Generated 2024-02-25 Home