Page 1 of 1

TXLSEventCell error

Posted: Tue Sep 11, 2018 8:54 pm
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

Re: TXLSEventCell error

Posted: Wed Sep 12, 2018 7:35 am
by larsa
Hello

TXLSEventCell is declared in unit Xc12Manager5

Re: TXLSEventCell error

Posted: Wed Sep 12, 2018 4:15 pm
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'

Re: TXLSEventCell error

Posted: Thu Sep 13, 2018 10:44 am
by larsa
Hello

They are declared in unit Xc12Utils5