Rectangle
This tool creates a rectangle that can have both border and fill. Coordinates of both corners can be adjusted via mouse or within the Object Inspector.
X1andY1properties inside the Object Inspector represents the first corner andX2andY2the second.
Example code generated by this tool looks like:
pas
Pen.Color := clRed; Brush.Color := clYellow; Rectangle(16, 20, 30, 34);