Re: Easy components feature for Delphi



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.

In .NET you can put controls on a form that are defined in the same project.
Not sure if Drag-and-Drop works, but you'll see it in the form's designer
and the properties can be edited using the Object Inspector.

Rick


.



Relevant Pages

  • Easy components feature for Delphi
    ... so I create a new pas unit and code my new ... I would not have to go through a lengthly install, ... have to create a package, and at best no install at all. ... Also, thinking ahead, if it were this easy then 3rd party components would ...
    (borland.public.delphi.non-technical)
  • Re: Easy components feature for Delphi
    ... component, so I create a new pas unit and code ... I would not have to go through a lengthly install, ... Also, thinking ahead, if it were this easy then 3rd party components would ... additional project-specific component sets. ...
    (borland.public.delphi.non-technical)