On 4/12/07, Vincent Snijders <[EMAIL PROTECTED]> wrote:

The component works, the codetools (and therefore the code completion) doesn't.

A macro was used for the type declaration and the code tools cannot handle that.

   {$DEFINE TConnectionName:=TMySQL50Connection}
type
   TConnectionName = class (TSQLConnection)
   // etc
   end;


Hi Vincent,

Thanks for your reply, yup you're right the component work very well
on design. I can connect to mysql server and get result from simple
queries script but error raise when I implement that code into code
editor.

So where I can put this code to activate the macro for code completion
can work with this component?

Thanks,
Diwa

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to