 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Mud Guest
|
Posted: Fri Jun 23, 2006 8:12 am Post subject: Undeclared identifier: 'TIWHTMLTag' |
|
|
Hi. I am using V7 Delphi with V7.1 Intraweb. If I start a new IntraWeb
application from the Wizard and use all the defaults, then drop an IWDBGrid
on the unit, add a ttable and a datasource and point them to the DBDEMO's
customer table. I can run it and it displays all the data.
If I then dbl click on the grid and add something stupid to the
IWDBGrid1HTMLTag like this.
procedure TIWForm2.IWDBGrid1HTMLTag(ASender: TObject; ATag: TIWHTMLTag);
var
cnt : integer;
begin
cnt := cnt + 1;
end;
When I run it I get this error;
[Error] Unit2.pas(15): Undeclared identifier: 'TIWHTMLTag'
Is there a unit I need to add to the Uses statement to enable this, or am I
missing something basic here?
The docs for this component library really suck.
Thanks for any assistance. |
|
| Back to top |
|
 |
Loren Szendre Guest
|
Posted: Fri Jun 23, 2006 8:12 am Post subject: Re: Undeclared identifier: 'TIWHTMLTag' |
|
|
Mud,
I think IWHTMLTag is the unit you need.
If you get stuck, just use the Search menu in Delphi, and select Find in
Files. Limit your search to the Borland folder, and you'll quickly find
the unit. To limit my search, I will type in something like "TIWHTMLTag
= class" so I don't get all the units that use the class.
Loren |
|
| Back to top |
|
 |
Mud Guest
|
Posted: Sat Jun 24, 2006 7:56 am Post subject: Re: Undeclared identifier: 'TIWHTMLTag' |
|
|
Ah excellent. thanks sir. I never used that search option before. Excellent.
Turns out I didn't need that anyways, but I learned something. :-)
"Loren Szendre" <zorenlendry (AT) yahoo (DOT) com> wrote in message
news:449b8de7$1 (AT) newsgroups (DOT) borland.com...
| Quote: | Mud,
I think IWHTMLTag is the unit you need.
If you get stuck, just use the Search menu in Delphi, and select Find in
Files. Limit your search to the Borland folder, and you'll quickly find
the unit. To limit my search, I will type in something like "TIWHTMLTag
= class" so I don't get all the units that use the class.
Loren |
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|