TAdvDBFormPanel and OnKeyDown

Is there a possibility to catch event on dynamicly created Controls in TAdvDBFormPanel,
especially OnKeyDown?

You can loop through Layout.Items and via 


  AdvDBFormPanel1.Layout.Items[x].EditCtrl

access the editor control assigned/created for it and attach an event handler for it.