TMSFNCWXDoc / table / headerrow problem

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

Hi,

We have fixed this and will be available in a fix release today.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.