Pseudo-sections and special variables

<< Click to Display Table of Contents >>

Navigation:  Delphi HTML Report Library > Templates >

Pseudo-sections and special variables

-first  section is processed only at first iteration of loop

-last section is processed only at last iteration of loop

-index  loop counter starting from 1

. - reference to the current context (used in cycles)

.. reference to the context of the upper level (used in cycles)

@ var - nested variable  - {{ {{var}} }}