What is TppParentWindow?
When my app closes it iterates over all forms in screen.forms and tries to
close all (except the main window). If it can't close one the uncloseable
window is made visible.
Today a window with caption TppParentWindow came up. I couldn't close it.
What is TppParentWindow, and in what situations should it exist?
close all (except the main window). If it can't close one the uncloseable
window is made visible.
Today a window with caption TppParentWindow came up. I couldn't close it.
What is TppParentWindow, and in what situations should it exist?
This discussion has been closed.
Comments
control or the teechart control in the report designer. When these are
created, the assignment of their parent is retrieved from a global function
which returns this global parent (a TForm). This form is created on demand,
and should get created only once. The form is created with the application
as its owner. It is freed when the application closes. You can free this
form with a call to the ppParentWndFree global function in our unit
ppDrwCmd.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com