TXLSEventCell error

Questions and answers on how to use XLSReadWriteII 5.
Post Reply
fbc
Posts: 2
Joined: Tue Sep 11, 2018 8:31 pm

TXLSEventCell error

Post by fbc »

I am trying to evaluate XLSReadWritwII. I am using Delphi 10.2 and trying to look at the sample project SampleDirectRead.dpr

When I try to compile it I am getting 13 errors all of which seem to be tied into the TXLSEventCell declaration error.

Code: Select all

Undelcared identifier: 'TXLSEventCell'
Any help on how to get around this would be appreciated.
My uses clause looks like:

Code: Select all

uses
  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
  Dialogs, StdCtrls, ExtCtrls, IniFiles,
   XPMan, XLSSheetData5, XLSReadWriteII5;
Farley
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Re: TXLSEventCell error

Post by larsa »

Hello

TXLSEventCell is declared in unit Xc12Manager5
Lars Arvidsson, Axolot Data
fbc
Posts: 2
Joined: Tue Sep 11, 2018 8:31 pm

Re: TXLSEventCell error

Post by fbc »

larsa that worked but now I have more identifiers to search. I looked in the Help but found no reference. Where is the best place to find this?


'ColRowToRefStr'
'xctBlank'
'xctBoolean'
'xctError'
'xctString'
'xctFloat'
'xctFloatFormula'
'xctStringFormula'
'xctBooleanFormula'
'xctErrorFormula'
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Re: TXLSEventCell error

Post by larsa »

Hello

They are declared in unit Xc12Utils5
Lars Arvidsson, Axolot Data
Post Reply