user2383818
user2383818

Reputation: 689

FireMonkey observers

I have two custom controls tDescendant1 and tDescendant2 that are descendants of other custom control tAncestor. tAncestor handle some events as MouseDown, Click, etc. tDescendant1 and tDescendant2 also must handle the Click event, so they, in turn, set the ancestor's OnClick event to its own handler.

I have on the form Descendant1 and Descendant2 (which are instances of tDescendant1 and tDescendant2 respectively) and I need that when an OnClick event is fired on Descendant1, the underlying tAncestor of Descendant2 be notified.

Can I use observers to accomplish this?

Appreciate any suggestion. Thanks.

Upvotes: 0

Views: 56

Answers (0)

Related Questions