Blog Archives

Component Development: Publishing events from ancestors

When developing a new component and deriving from TGraphicControl  the list of events in the Object Inspector looks rather empty.

noeventsnoevents

Does this mean we have to implement any user interaction like OnDblClick  or OnClick  ourselves?

If we look closer at the ancestor TControl we clearly find the definition of the events:

property OnCanResize: TCanResizeEvent
read FOnCanResize write FOnCanResize;

Read more ›

Tags: , , , , ,

Partnerships




Top