Pas2HTML

This is an example of inheritance of forms panel and handling of different types of files by the server with the help of applications. All source texts of examples are dynamically formatted and output through Pas2HTML.

Application demonstrates how to inherit from TEtTemplatePanel. Application is capable to process PAS, DPR files, and DFM files in either text or binary form and display it in HTML form with syntax highlighting.

For enabling of processing such files by this application you should add these lines into baikonur.ini:

[Baikonur.Action]
pas.section_name=,runapplication, application_path\Pas2HTML.exe, **?
dpr.section_name=,runapplication, application_path\Pas2HTML.exe, **?
dfm.section_name=,runapplication, application_path\Pas2HTML.exe, **?
Project files: