Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread TPlugin
Thu, May 17 2012 12:21 PMPermanent Link

Mark Brooks

Slikware

Avatar

This component causes a compilation error when dropped onto a form:

There is no function or procedure declaration that matches the create(self) reference

Removing the component removes the compilation error.
Thu, May 17 2012 1:18 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Mark,

<< This component causes a compilation error when dropped onto a form:

There is no function or procedure declaration that matches the create(self)
reference >>

Make sure that the WebCtrls unit is *first* in the uses clause, before the
WebDOM unit.  If that's not the case, let me know.

Tim Young
Elevate Software
www.elevatesoft.com
Fri, May 18 2012 4:29 AMPermanent Link

Mark Brooks

Slikware

Avatar


>>Make sure that the WebCtrls unit is *first* in the uses clause, before the
>>WebDOM unit.  If that's not the case, let me know.

Sorted
Thanks
Mark
Image