[Lazarus] Use Tdbf and self

fred frederic.crapez at wanadoo.fr
Sat Aug 27 23:44:31 CEST 2016


Hy,

i use this code :

...
var tab : TDbf;
  repertoire: string;
begin

        // ***** Creation de la table ****

        tab := TDbf.Create(self);

        // ***** paramètre de localisation ****       


-> the compiler return this message :
	
	------------------------------
	identifier no found "self"
	------------------------------

Who is the error.

Thanks





More information about the Lazarus mailing list