Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.

Error on update - Property 'ShowCaption' does not exist in base class

Post Reply
thefunkyjoint
Posts: 461
Joined: Thu Aug 10, 2017 12:40 pm

Error on update - Property 'ShowCaption' does not exist in base class

Post by thefunkyjoint »

Hi,

I was using CEF 3.3163.1671.g700dc25 without problems and today i download the latest version. When i try to install it, i get the error as shown on the attachment. I'm using Delphi 2007.

"[DCC Error] uBufferPanel.pas(151): E2147 Property 'ShowCaption' does not exist in base class".

Any hints to solve it ?

Thanks
You do not have the required permissions to view the files attached to this post.
User avatar
salvadordf
Posts: 4127
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Error on update - Property 'ShowCaption' does not exist in base class

Post by salvadordf »

This is a conditional compilation problem. If your Delphi version doesn't have that property just delete that property and build again while I fix this.

What Delphi version do you have ?

Edit : I see Delphi 2007 :P
thefunkyjoint
Posts: 461
Joined: Thu Aug 10, 2017 12:40 pm

Re: Error on update - Property 'ShowCaption' does not exist in base class

Post by thefunkyjoint »

Thank you, i deleted the property and it worked ! :D
Post Reply