1

I try to install GMLib to work with TChromium browser in Delphi 7.

During the compilation compiler shows this code:

TChromium(FWebBrowser).Browser.MainFrame.VisitDomProc(
  procedure (const doc: ICefDomDocument) //compiler higtlights this row
  begin
    FFields.CommaText := GetFieldsName(doc.GetElementById(FormName));
    Finish := True;
  end
);

Next compiler writes:

[Error]WebControlVCL.pas[513]:Expression expected but 'PROCERURE' found

What is the matter?

Cœur
  • 37,241
  • 25
  • 195
  • 267
  • As I explained in my blog [here](http://www.cadetill.com/gmlib-google-maps-library-v0-1-9/#english), GMLib with Chromium don't work, sorry – cadetill Jul 27 '13 at 08:05

0 Answers0