Sometimes in my application the open command of a ClientDataSet takes a long time, and I'd like to cancel that activity, something like a "break"or "abort".
I can explain: I've an animation every time I get "ClientDataSet.Open", but when it take so long I'd like offer to user the abort feature.
How can I do that? Thanks a lot.