On Sun, 25 Jan 2009, Dave Coventry wrote:
> Hi, > > I'm following a suggestion for producing my own records > so that I can define a custom TStringlist as detailed in this > article: > http://dn.codegear.com/article/33423 > > However, I am unsure of where to post this code and am > wondering if someone would advise me. > =================== snip ======================= > unit mvlists; > > {$mode objfpc}{$H+} > > interface > > uses > Classes, SysUtils; > > type > TNameValueRecord = record This should be class, not record. Michael. _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
