Unit 'InterfaceBase' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TWidgetSet.MoveToEx

Moves the current position to the specified point.

Declaration

Source position: winapih.inc line 203

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.