This method uses PHP reflection to iterate through published properties (the ones starting with get) and retrieve the properties stored by a previous serialize() call.
[line 787]
Creates/begins a section on a templated form
Use this component to create a section on your templated form, that section will iterate as many times as records found on the dataset attached specified in the Datasource property.
You can place this component at any place in your templated form, but NOT on regular VCL forms, as it produces code for the template.
To end the section and determine its scope, use a DBIteratorEnd control, and assign its IteratorBegin property.