[Lazarus] Something the examine Lazarus or applications?

Ondrej Pokorny lazarus at kluug.net
Mon Jan 11 17:48:44 CET 2016


On 11.01.2016 17:44, Anthony Walter wrote:
> I Delphi at least if you create a component with AOwner set to nil it 
> actually (tested under Delphi 7 at least) would set the Owner to 
> Application.

You are wrong:

   Assert(TComponent.Create(nil).Owner = Application);

Ondrej




More information about the Lazarus mailing list