Inoussa OUEDRAOGO wrote:
so the sample code becomes ( using Delphi's attribute syntax )

TxxxDatabase = class(...)
...
[Engines(List='firebird,oracle,sybase-asa')]
property TransactionModel: TTransactionModel read FtransactionModel
                                            write SetTransactionModel;
...
end;


how is [...] coupled to  TransactionModel ?

Just because it happens to be declared the line in front of it ?

Marc

_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to