Correct, does not work when TMyForm is registered with IDE via 
FormEditingHook.RegisterDesignerBaseClass.

Thanks.

-Phil

----- "Bart" <[email protected]> wrote:

> You mean that this does not work?
> 
> TMyForm = class(TCustomForm)
> public
>   constructor Create(AOwner: TComponent); override;
> end;
> 
> consructor TMyForm.Create(AOwner: TComponent);
> begin
>   inherited Create(AOwner);
>   Width := 640;
>   Height := 480;
> end;
> 
> Bart
> 
> --
> _______________________________________________
> Lazarus mailing list
> [email protected]
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

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

Reply via email to