How to get the number of ColumnTotalMemos in delphi

edited 3:42PM in FastReport 4.0
Hello,

As the following code works well for me with RowMemos:

for i := 0 to DBCross1.RowLevels - 1 do
Begin
DBCross1.RowMemos.Font.size:= 6;
End;

.. how can I do the same with ColumnTotalMemos?

There is no such a property as ColumnTotalLevels.

Comments

  • gpigpi
    edited 3:42PM
    Use ColumnLevels + ColumnTotalMemos.Visible property
  • edited 3:42PM
    gpi wrote: »
    Use ColumnLevels + ColumnTotalMemos.Visible property

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.