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