[fpc-devel] property syntax extension

Inoussa OUEDRAOGO inoussa12 at gmail.com
Thu Oct 18 18:21:50 CEST 2007


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;

-- 
Inoussa O.



More information about the fpc-devel mailing list