This code compiles, however the last line throws an exception at rtuntime: true is not defined.
Is there something, I am doing wrong?
table := section.AddTable;
table.width.Size := 100;
table.width.WidthType := wtPercentage;
TableRow := table.AddRow;
TableRow.TableHeader := true;
Tx Bernd