Add controls to TWebListControl items via HTML

Here is a possible approach to add controls to TWebListControl items.
The controls are added via HTML elements and Object Pascal control wrappers are created mapped on these HTML elements to further interact with the HTML elements via this Object Pascal class.
Project1.zip (5.4 KB)