[Lazarus] Use Tdbf and self

fred frederic.crapez at wanadoo.fr
Sun Aug 28 00:00:41 CEST 2016


uh, i forget the 'DataModule1' before the name of procedure who create
table.

Sorry.
Thanks






Le samedi 27 août 2016 à 23:44 +0200, fred a écrit :
> 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