After you have built your project, you can display a list of objects in the project in a grid DataWindow object with three columns showing:
The source library that contains the object
The name of the object
The type of the object
The report lists the objects that PowerBuilder placed in the executable file and the dynamic libraries it created when it built the project.
Because the report is a grid DataWindow object, you can resize and reorder columns just as you can in other grid DataWindow objects. You can also sort the rows and print the report using the Sort and Print buttons.
To list the objects in a project:
Build your project.
Select Design>List Objects from the menu bar.