[DUG] descending from TWebModule

Phil Middlemiss phil at tumonz.co.nz
Thu Jun 9 08:21:20 NZST 2005


Unfortunately that didn't work since the TWebModule does not descend 
from TCustomModule.

Phil.

David Brennan wrote:

>Phil,
>
>....
>  
>
>procedure Register;
>begin
>  RegisterNoIcon([TDbbDataModule]);
>  RegisterCustomModule(TDbbDataModule, TDataModuleDesignerCustomModule);
>  RegisterNoIcon([TDbbForm]);
>  RegisterCustomModule(TDbbForm, TDbbFormCustomModule);
>
>  // Note: DON'T call RegisterNoIcon for TDbbFrame. This will disable copy
>and
>  // paste of TDbbFrame descendents and make it impossible to place a new
>  // TDbbFrame descendent on a form.
>  RegisterCustomModule(TDbbFrame, TDbbFrameCustomModule);
>
>end;
>
>
>...
>
>  
>


More information about the Delphi mailing list