On 09 Jun 2011, at 12:53, Joost van der Sluis wrote:

 Tdm = class(TDataModule)
   IBConnection1: TIBConnection;
   procedure DataModuleCreate(Sender: TObject);
 private
   function GetOnderdelen: TXMLDocument;
 public
   property Onderdelen: TXMLDocument read GetOnderdelen;
   destructor Destroy; override;
 end;

Note the 'destructor' behind the property definition. Isn't this a bug?

No.


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

Reply via email to