Code:
procedure TIWForm1.btnTestAsyncClick(Sender: TObject; EventParams: TStringList);
begin
var B := TIWButton.Create(Self);
B.Parent := Self;
end;
This issue only occur when using template processor. if possible I did like to create the control at runtime, and not add extra thing to the template.html.