Products Downloads


French version


 

Program sources contain a top-level block called PGM.

 

This block will automatically contain the blocks DECL PGM and INIT PGM:

  • the DECL PGM block is used to declare the program's global variables (Visual Adelia or Adelia Web programs),

  • the INIT PGM block is the program's entry point.

 

The PGM block may also contain the following block types:

 

All these blocks let you manage the corresponding source (letting you work with a window, break, procedure or page change).

 

↑ Top of page