vote up 0 vote down star

I was writing some code a few days ago based on Hallvard's Hack #10, and it made me wonder, how many events tend to get put on things? So far, the highest count I've found comes from an in-house custom descendant of a DevExpress grid at the company I work for, which has 83 published events in the Object Inspector. Anyone know a component that can top that?

flag

2 Answers

vote up 4 vote down

TVirtualStringTree has 100 published event properties in version 4.7.0, in addition to whatever events are published in its ancestors. Its cousin, TVirtualDrawTree, has 97.

link|flag
vote up 0 vote down

This is really an unanswerable question since whatever number is come up with here could easily be topped tomorrow. Unless there is an upper limit to the number of published events a component can have, there is no answer. As soon as one is agreed on then someone could release on that has N+1 events. Repeat forever.

link|flag
I suppose. This is really just a "just for fun" sort of question anyway. – Mason Wheeler Feb 26 at 2:01

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.