[Lazarus] SIGSEGV when trying to use a TCustomControl

Flávio Etrusco flavio.etrusco at gmail.com
Fri Apr 19 15:35:18 CEST 2013


On Fri, Apr 19, 2013 at 10:27 AM, Leonardo M. Ramé <l.rame at griensu.com> wrote:
> I'm creating a very basic TCustomControl with just a Constructor and its
> Destructor.
>
> TMyCustomControl = class(TCustomControl)
> public
>   constructor Create(TheOwner: TComponent);override;
>   destructor Destroy; override;
> end;

What are the contents of your constructor?

-Flávio




More information about the Lazarus mailing list