Overriding TppDesignerWindow. Is it Possible?
I am trying to create a decendant from the TppDesignerWindow. I haven't put
any code in it yet.
TdevDesignerWindow = class(TppDesignerWindow)
end;
initialization
ppUnRegisterForm(TppDesignerWindow);
ppRegisterForm(TdevDesignerWindow, TppDesignerWindow);
finalization
ppUnRegisterForm(TdevDesignerWindow);
My designer is not being displayed. I tried changing the form color,
changing the sizing properties of the page control and changing the size of
the taskbar panels.
Am I doing this correctly? Is this possible? I want to do the same for the
TppReport.
Thanks in advance.
any code in it yet.
TdevDesignerWindow = class(TppDesignerWindow)
end;
initialization
ppUnRegisterForm(TppDesignerWindow);
ppRegisterForm(TdevDesignerWindow, TppDesignerWindow);
finalization
ppUnRegisterForm(TdevDesignerWindow);
My designer is not being displayed. I tried changing the form color,
changing the sizing properties of the page control and changing the size of
the taskbar panels.
Am I doing this correctly? Is this possible? I want to do the same for the
TppReport.
Thanks in advance.
This discussion has been closed.
Comments
do this way. You will have to create your own designer component (copy,
rename and install a new component package into Delphi) in order to
customize the designer this way. Again, this is not recommended.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com