Add the basic controls

<< Click to Display Table of Contents >>

Navigation:  Create a PDF Editor > Delphi Example >

Add the basic controls

On our main form we first add

MainMenu

ToolBar

PageControl

ActionList

 

wpviewed4_1

 

Inside of the MainMenu we create a "File" and and "Info" Menu. We insert some menu items there.

 

Now we also add a TWPViewPDF component on the main form. Its Visible property should be set to false.

 

The main TWPViewPDF component is used to initialize the action commands and also prevents the DLL to be unloaded which could badly affect the performance of the program.