[fpc-devel] Class field reordering

Martin Schreiber mse00000 at gmail.com
Wed Jul 18 10:13:00 CEST 2012


On Wednesday 18 July 2012 09:43:16 michael.vancanneyt at wisa.be wrote:
> On Wed, 18 Jul 2012, Martin Schreiber wrote:
> > On Wednesday 18 July 2012 08:19:02 Martin Schreiber wrote:
> >> Used in order TParams create tmseparam items instead of TParam:
> >>
> >> TCollection:
> >> - FItemClass
> >
> > Probably can be solved in a forked db.pas
>
> Or by 2 other solutions:
>
> * having a global variable ParamsClass : TParamsClass and use that whenever
> a TParams instance is created.
>
> * Or have a virtual function CreateParams which is used everywhere.
>
> There are always other solutions.
>
I meant it can be solved without you need to change anything.

Martin



More information about the fpc-devel mailing list