[lazarus] Add lcl component
Mattias Gaertner
nc-gaertnma at netcologne.de
Tue Nov 12 04:12:58 EST 2002
On Tue, 12 Nov 2002 08:56:28 +0300
?????? ?????????????? <andrew at rodtext.indi.ru> wrote:
> Mattias Gaertner wrote:
>
> >The IDE now supports custom components. See the files in the new
> >components/custom directory.
> >For example TCheckBook:
> >1. rename or copy customidecomps.pas.template to customidecomps.pas.
> >2. Add ',checkbook' to the uses section and
> > RegisterComponent('Extra','CheckBook',TCheckBook);
> > to the regististration procedure.
> >3. Add -dCustomIDEComps to the build options and rebuilt lazarus.
> >
> >That's all.
> >But you should wait with TCheckBook till Tony has tested it himself.
> >There are some differences between a component in normal mode and in
> >design mode.
> >
> >
> Big Thanx!!! This is worked!!! :) But I think - also need setup
> component icon for full happiness. :)
I have added some notes about icons in the README and fixed the description
in the template.
I hope, Tony is reading this thread.
Mattias
More information about the Lazarus
mailing list