Create(Width: Integer; Height: Integer; Point: IPoint);
Width - new width of the component.
Height - new height of the component.
Point - new coordinate of the left upper corner of the component.
The Create constructor creates an argument of the events that occur when the component is moved or resized.
The events that use this argument:
OnControlMove - occurs when the component is moved.
OnControlResize - occurs when the component is resized.
See also: