TXLSEventCell error
Posted: Tue Sep 11, 2018 8:54 pm
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.
Any help on how to get around this would be appreciated.
My uses clause looks like:
Farley
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'
My uses clause looks like:
Code: Select all
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls, IniFiles,
XPMan, XLSSheetData5, XLSReadWriteII5;