[fpc-devel] property syntax extension

Marc Weustink marc.weustink at cuperus.nl
Thu Oct 18 18:53:42 CEST 2007


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




More information about the fpc-devel mailing list