On Fri, Apr 19, 2013 at 10:27 AM, Leonardo M. Ramé <[email protected]> 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

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to