Easy components feature for Delphi
- From: "William Egge" <begge@xxxxxxxxxxxxxx>
- Date: Tue, 28 Nov 2006 10:16:27 -0500
I like the ease of use of components, and at times I would like to have
components "just" for a particular application. I don't want to create
these components though because it is too time consuming and sometimes a big
headache. So what I would like is the ability to create a component for an
application but do so with very little setup overhead.
Here is a way I envision it would work:
I am building my app and decide I would like to have a non-visual component
(not to exlude visual ones), so I create a new pas unit and code my new
component. I would not have to go through a lengthly install, I would not
have to create a package, and at best no install at all. I would simply be
able to drop this component on a form and start using it.
I imagine this component could show up in some "local components" toolbar or
something.
Also, thinking ahead, if it were this easy then 3rd party components would
be as easy as adding the 3rd party unit to your uses clause. This would
also solve the huge list of components problem.
-Bill
.
- Follow-Ups:
- Re: Easy components feature for Delphi
- From: Peter Morris [Droopy eyes software]
- Re: Easy components feature for Delphi
- From: Chris Morgan
- Re: Easy components feature for Delphi
- From: Michael Baytalsky
- Re: Easy components feature for Delphi
- From: Rick Beerendonk
- Re: Easy components feature for Delphi
- From: David Farrell-Garcia
- Re: Easy components feature for Delphi
- Prev by Date: Re: Help with a Class, Which is better a TStringList or an arrayof strings
- Next by Date: Re: Please make a new AutoVar Statement
- Previous by thread: Allen Bauer Blog
- Next by thread: Re: Easy components feature for Delphi
- Index(es):
Relevant Pages
|
|