TDialog can be used as a parent for dialog windows. It has some special methods to control the children.
| ||
Calls 'Apply()' for all TControl children. !!!get the better code from dialogeditor/simpledlgeditor.cc!!! |
| ||
When you want to use TOADs dialog editor you'll have to call this
method after all children were created. The `resource_name' will
be used to identify the layout information e.g. the class name of
the dialog.
Realize the layout specified by `SetResourceName'. |
| ||
Create window as a modal dialog and wait until the dialog is closed again. |
| ||
Create window as a modeless dialog. |
| ||
Calls 'Apply()' and close the dialog. |
| ||
Calls 'Reset()' for all TControl children. |
| ||
| ||
Sets the resource name for the next DoLayout() call. |
| ||
| ||
| ||
| ||
| ||