Createform

From: Alan Sherman (alansherm_at_aol.com)
Date: 05/21/04

  • Next message: Bruce Roberts: "Re: My mouse exploded today"
    Date: Fri, 21 May 2004 11:23:29 +0000 (UTC)
    
    

    looking at some old code I find code such as

       frmSelling := TfrmSelling.Create(Application);

    is this the same as

       Application.CreateForm(TfrmSelling, frmSelling);

    Any benefits / differences?

    Alan Sherman


  • Next message: Bruce Roberts: "Re: My mouse exploded today"