BackgroundImageFileName
Posted: Thu Dec 15, 2005 10:09 am
hi
BackgroundImageFileName property is lost for when SplitSelectedCellsHorizontally or SplitSelectedCellsVertically functions are used.
adding PropList.AddObject('BackgroundImageFileName', TObject(SourceCell.BackgroundImageFileName));
in TRVTableItemInfo.AssignCellAttributes fixed the problem for me
miro
BackgroundImageFileName property is lost for when SplitSelectedCellsHorizontally or SplitSelectedCellsVertically functions are used.
adding PropList.AddObject('BackgroundImageFileName', TObject(SourceCell.BackgroundImageFileName));
in TRVTableItemInfo.AssignCellAttributes fixed the problem for me
miro