Richedit


[ Related Articles and Replies ] [ DelphiLand Discussion Forum ]

Posted by Rbrrneck on July 22, 2002 at 11:55:14:

I'm trying to insert a image into richedit with this code, but I keep getting access violations, here's the code:

with richedit1.brush do
begin
Richedit1.brush.create;
Richedit1.brush.bitmap.canvas.draw(0,0, Image1.picture.graphic);
end;

Please help,
Rbrrneck


Related Articles and Replies:


[ Related Articles and Replies ] [ DelphiLand Discussion Forum ]