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 869]
Closes/ends a section on a templated form
Use this component to delimit 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 of the DBIteratorBegin component assigned in the IteratorBegin 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 make a section work, two components must be placed on a templated form, a DBIteratorBegin and a DBIteratorEnd, and must be linked through the IteratorBegin property.
This component shows </dbiteratorbegin> with the name of the DBIterator begin attached.
Specifies which DBIteratorBegin belongs to this end
DBIterator components are useful in templated forms, they create a section or loop in the template and iterates as many times the datasource is attached.
Use this property to link a DBIteratorBegin and DBIteratorEnd