![]() |
TIWTreeView Async - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html) +--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html) +---- Forum: English (https://www.atozed.com/forums/forum-16.html) +----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html) +----- Thread: TIWTreeView Async (/thread-2428.html) |
TIWTreeView Async - PaulWeem - 06-08-2021 Hi, Currently, TIWTreeView and TIWTreeViewItem don't have Async Events. Are you planning on adding these? Regards, Paul RE: TIWTreeView Async - Alexandre Machado - 06-11-2021 Actually, they do. IWTreeView is a complex control so instead of different events for sync and async modes, you can switch the whole tree to work with Async events only through property AsyncMode. Set AsyncMode to true and all events will be async. No need to rewrite them. RE: TIWTreeView Async - PaulWeem - 06-14-2021 (06-11-2021, 09:44 PM)Alexandre Machado Wrote: Actually, they do. IWTreeView is a complex control so instead of different events for sync and async modes, you can switch the whole tree to work with Async events only through property AsyncMode. Hi Alexandre, I completely missed out on that setting. But now I found it, it works as expected. Thank you! RE: TIWTreeView Async - Alexandre Machado - 06-15-2021 Great, Paul! Thanks for you feedback |