[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 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.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.