(04-21-2023, 12:39 AM)Alexandre Machado Wrote: Here is how you can easily create this. Use methods CreatePage and CreateSection of the IWjQPageControl and IWjQAccordion:
Code:newSection := AccordionRemarks.CreateSection('Caption of the section here');
or
newPage := YourPageControl.CreatePage('Caption of the page here');
CreatePage and CreateSection do lots of things under the hood to guarantee that the new page or section will work correctly.
You also don't need to worry about index and name of the section. The methods will do that for you and you only need set these if you need to change.
Thank you, unfortunately, this isn't working in my app.
I'll wait for the demo and see what that does.
(04-21-2023, 01:29 AM)DanBarclay Wrote: Dan
Hi Dan,
Thanks for the heads up, but I'm pretty sure the names I created are unique.
Paul

