You can publish the properties of an control that is inside a activex form?
example I have a form with an TAdoconnection component, I wish the properties of this component can be modified by the user when he loads my activex control.
UPDATE
@TOndrej gives me a very nice sample, but this sample only works for components derived from an activex control, how can accomplish this same efffect with an VCL component like an Timage or TMemo? is possible publish all the properties without rewrite each property to expose manually?