{******************************************} { } { FastReport v4.0 } { Language resource file } { } { Copyright (c) 1998-2008 } { by Alexander Tzyganenko, } { Fast Reports Inc. } { } {******************************************} unit frxrcClass; interface implementation uses frxRes; const resXML = '<' + 'StrRes Name="SForError" Text="Los bucles For necesitan una variable numérica"/>' + ' '; initialization frxResources.AddXML(resXML); end.