Createform
From: Alan Sherman (alansherm_at_aol.com)
Date: 05/21/04
- Previous message: Bjørge Sæther: "Re: quickreport"
- Next in thread: Rob Kennedy: "Re: Createform"
- Reply: Rob Kennedy: "Re: Createform"
- Reply: Mike Shkolnik: "Re: Createform"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: Bjørge Sæther: "Re: quickreport"
- Next in thread: Rob Kennedy: "Re: Createform"
- Reply: Rob Kennedy: "Re: Createform"
- Reply: Mike Shkolnik: "Re: Createform"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]