Search found 1 match

by Nevermind1003
Mon Apr 15, 2013 7:58 am
Forum: XLSReadWritwII 6
Topic: Rich text problem
Replies: 3
Views: 3682

Re: Rich text problem

We had the same problem. A simple check if AItem <> nil in the following function was the solvation: function TXLSStyleObjectList.Find(AItem: TXLSStyleObject): TXLSStyleObject; var Hash: PXLSHashItem; begin if not FItemHashValid then UpdateItemHash; //>>> tw 150412 MT#0072982 if AItem <> nil then //...