Tutorial
How easy to use Dialog Workshop for VCL in your applications.
| |
How to dock your VCL form to the dialog
Create new Delphi project. Create VCL form which will be used as Preview pane in the dialog box:
Place TApOpenDialog component on the main form and select Customize... context menu:
Specify right form in the Dialog Designer:
The specified preview form will be displayed on the right of the dialog box at run-time:
Read More
|