How to get the number of ColumnTotalMemos in delphi
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.
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