IPositionEventArgs.Point

Syntax

Point: IPoint;

Description

The Point property returns coordinates of the left upper corner of the component after the move.

Comments

The coordinates of the corner are returned relative to the coordinate system of the parent component. Coordinates are returned relative to the screen for the form. This property is used in the handler of the OnControlMove event.

See also:

IPositionEventArgs