Felipe Monteiro de Carvalho wrote: > function StoreToBuf(Source: String): String; virtual; > public > + MAXSTRLEN: Integer; If you don't object, this is a bit ugly to my taste. Why not 'FMaxStrLen', and have a property MaxStrLen: read FMaxStrLen ? Looks better to me. Micha