ocr: Paint method Edit Help procedure Paint; begin Make this component look like its parent component by calling its parent's Paint method. ) inherited Paint; - To change the appearance of the component, use the methods supplied by the component' 's Canvas property (which is of type TCanvas). For example, ) . - canvas.Rectangle(0, 0, Width, Height); : ) end; Restore default Paste View... OK Cancel