[fpc-devel] Class field reordering

michael.vancanneyt at wisa.be michael.vancanneyt at wisa.be
Wed Jul 18 09:43:16 CEST 2012



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.

Michael.



More information about the fpc-devel mailing list