When using
Code: Select all
var
R: TXLSRange;
begin
R := FSheet.Range.Items[FFirstColumn, FCurrentRow, FFirstColumn, FCurrentRow];
R.FontName := 'Calibri';
I removed all dcu's, let Delphi rebuild them, still same error
Its ok with a normal Delphi 64 bits exe.
Even when i rename the 64bits dcu folder , and all dcu's are rebuild, i get the AV
FSheet is TXLSWorksheet and Assigned
Any idea?
Eric