[lazarus] Error when Event field click

Tony Maro tony at maro.net
Mon Nov 4 16:34:24 EST 2002


On Mon, 2002-11-04 at 01:05, áÎÄÒÅÊ ÷ÅÌÉËÏÒÅÄÞÁÎÉÎ wrote:

> OK! Thanx! :) I install fpc source, set options in lazarus and all work. :)
> 
> And second question:
> Where I can find components for lazarus. Or HOWTO how I can write 
> component for this?

Well for where to find components, check out the
www.lazarus.freepascal.org under "Web Links" in the menu, but so far the
only ones listed are ones I submitted myself so are available at
http://tony.maro.net as well.

Also, it's not too hard to convert old Delphi components to Lazarus. 
The piechart and scrolling label components I've released are just that,
converted from Delphi freeware components.  If there's a component you
need, you might try going to the "Delphi Super Pages" and find a
freeware version that includes sources.  With a little tweaking you
should be able to get it to work in Lazarus.  Sometimes they will work
as-is.

Keep in mind that components don't register in the IDE yet like in
Delphi.  You have to create and destroy them at runtime.  Unless it's
already part of the Lazarus IDE that is, as all the standard Delphi-like
controls are.

Writing components is practically identical to Delphi, with the
exception that the "Register" procedure is not supported yet.

-Tony






More information about the Lazarus mailing list