How expose the properties of an component created in an activex form

Posted by Salvador on Stack Overflow See other posts from Stack Overflow or by Salvador
Published on 2010-05-27T07:01:35Z Indexed on 2010/05/27 18:31 UTC
Read the original article Hit count: 267

Filed under:
|

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.

alt text

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?

© Stack Overflow or respective owner

Related posts about delphi

Related posts about activex