I need help to make a control property that when you click on it, it pop-up a custom dialog like settings. just like the TPicture.
any Idea or suggestions?
|
I need help to make a control property that when you click on it, it pop-up a custom dialog like settings. just like the TPicture. any Idea or suggestions?
| |||||
feedback
|
|
If your class is used as a property of other components and you want to use the Object Inspector to invoke your dialog, then you have to implement and register a custom Property Editor, eg:
| ||||
|
feedback
|