Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Creating TppShape at runtime

edited November 2007 in General
Hi

I would like to create a TppShape at runtime, but i cant set the Parent
property
It tells me that it is a readonly property.

How do i do it then?

This is what i did
Shape1 := TppShape.Create(DetailBand1);
// Shape1.Parent := DetailBand1;
Shape1.Visible := True ;
Shape1.Left := 50 ;
Shape1.Top := 10 ;
Shape1.Width := 50 ;
Shape1.Height := 20 ;

I'm using Reportbuilder 9 with Delphi 7

Steffen Poulsen
junk@visionarysystems.dk

Comments

This discussion has been closed.